Access Endpoints
Delete
Deletes an image by its unique identifier.
DELETE
/
v1
/
images
/
{imageId}
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.
Path Parameters
imageId
string
requiredThe unique identifier of the image to be deleted.
Response
The API will return an empty response with a status code of 204
if the image was successfully deleted.