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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

teamId
string | null

Team ID if deleting a team image

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