Skip to main content
DELETE
/
api
/
v1
/
images
/
{image_name}
/
{image_tag}
Delete User Image
curl --request DELETE \
  --url https://api.primeintellect.ai/api/v1/images/{image_name}/{image_tag} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Rate Limit

100 requests per 60 seconds per IP and token.

Authorizations

Authorization
string
header
required

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

Path Parameters

image_name
string
required
image_tag
string
required

Response

Successful Response

Response model for deleting an image.

success
boolean
required

Whether the deletion was successful

message
string
required

Status message describing the result