cURL
curl --request DELETE \ --url https://api.primeintellect.ai/api/v1/images/{image_name}/{image_tag} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a user image from the database and Google Artifact Registry.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for deleting an image.
Whether the deletion was successful
Status message describing the result