Skip to main content
DELETE
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".

Path Parameters

id
string
required

Unique ID of the image project. This value is returned by all of the POST APIs that create an image.

Example:

"cuid-example"

Response

204