DELETE
/
v1
/
images
/
{image_id}
curl --request DELETE \
  --url https://api.img-processing.com/v1/images/{image_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Description

Sometimes you may need to remove an image from the system. This endpoint allows you to delete an image by its unique identifier, deleting all the data associated with the image, and making it unavailable for future requests.

Published images will no longer be accessible after deletion.

This operation is irreversible. Once an image is deleted, it cannot be recovered.


Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

image_id
string
required

The unique identifier of the image. This identifier is used to reference the image in subsequent requests.

Response

204

The API will return a 204 No Content response if the image was successfully deleted.