Skip to main content
POST
Delete image

Request

Send a POST request to below endpoint and pass the name of the image you want to delete to the image parameter of the request body.
curl

Body

json

Body

application/json
key
string
required

Your API Key used for request authorization

request_id
integer
required

The request id gotten while uploading image

type
enum<string>
default:image

The type of asset you want to delete. Default is image

Available options:
image,
video,
voice,
3d

Response

Image deletion response

status
enum<string>
Available options:
success
messege
string
Example:

"image deleted"