Skip to main content
POST
/
v1
/
images
/
bulk-delete
Bulk Delete Images
curl --request POST \
  --url https://api.example.com/v1/images/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "deleted": 123,
  "not_found": 123,
  "deleted_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://acme-3f0e8fe2.mintlify.app/llms.txt

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

Headers

Authorization
string | null

Body

application/json
ids
string<uuid>[]
required
Required array length: 1 - 500 elements

Response

Successful Response

deleted
integer
required
not_found
integer
required
deleted_ids
string<uuid>[]
required