contentsholder/images.delete

Deletes an image in your Content Owner Media Unit

URL

POST /v1.0/contentsholder/images.delete

Parameters

Argument Required Default Value Example Description
image_id Required - 12345678912345 ID of the image.

Responses

{
    "ok": true
}

If successful, the response returns the status message displayed above.

Errors

Error Code Description
no_image_id Value for "image_id" is not specified.
invalid_unit_id Value passed for “image_id" is invalid.
unit_not_found The image cannot be found.

For other error codes, refer to the Common Errors section of this document.