Skip to main content
DELETE
Delete image
Permanently deletes an image from a collection. This action is irreversible and cannot be undone.
  • This permanently removes the image and cannot be recovered
  • Ensure you have the correct image ID before proceeding
  • Deletion is immediate and applies to all associated data

List Images

View all images before deletion

Get Image Details

Verify image details before deleting

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

image_id
string
required
Pattern: ^img-
Example:

"img-12345"

Response

200 - application/json

Image deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"