Delete several assets

Permanently deletes the listed assets, including the underlying files in object storage. Videos that reference a deleted asset are not updated — check POST /uploads/checkUploadUsage first.

If one of the assets is the workspace's primary logo, the next available logo is promoted automatically.

Validation is all-or-nothing; the deletions themselves run in parallel and are not transactional, so a mid-flight failure can leave some assets deleted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X DELETE 'https://apis.elai.io/api/v1/uploads/bulk' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "uploadIds": [
    "66a1f0c2b7cd13032a9c6001"
  ]
}'
Body Params
uploadIds
array of strings
required
length ≥ 1
uploadIds*
Responses

message explains why.

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json