Makes a public image private
With this endpoint, you can unpublish an image that was previously published using the Publish Image endpoint. This will remove the image from the CDN and make it private again.
After unpublishing an image, the url
field of the image object will be updated with to null
.
You can still download the image using the Download Image endpoint.
API Key for authentication
The unique identifier of the image. This identifier is used to reference the image in subsequent requests.
The API will return the Image object in the response body.
The Image object represents an image processed using the IMG Processing API. The object contains information about the image, such as its URL, size, and format. The Image object is returned in the response body of all image processing requests.