deleteImage
delete
deleteImage
Allow the deletion of an existing Image through the use of a UUID. The acronym for unique identifier is UUID. This UUID is created when you submit a media content. This can be found in API JSON response. If you have not documented the UUID, you can fetch it by using imageSearchByKeyword API.
Resource URL
https://tih-api.stb.gov.sg/media /v1/admin/image/{uuid}
Try it out
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
400 | 400 | Bad Request |
401 | 401 | Unauthorized |
404 | 404 | Not found |
409 | 409 | Conflict |
410 | 410 | XSS Threat Detected |
Resource Summary
Security | Category |
---|---|
Image |
Working...