Skip to main content
DELETE
Delete User Image

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

ownerScope
enum<string> | null

Set to platform when deleting an org-less platform image

Available options:
team,
personal,
platform

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