DELETE
/
v1
/
image-projects
/
{id}
curl --request DELETE \
  --url https://api.magichour.ai/v1/image-projects/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the image project

Example:

"cm6pvghix03bvyz0zwash6noj"

Response

204
_mintlify/placeholder

204