Skip to main content
DELETE
Delete multiple storage items at once by providing an array of file IDs. This is more efficient than making individual delete requests.

Authorization

string
required
Bearer token for authentication. Format: Bearer <your-api-key>

Required Permission

STORAGE_WRITE

Request Body

string[]
required
Array of file UUIDs to delete. Minimum 1 ID, maximum 100 IDs per request.

Response

string
Success message indicating the operation result
number
Number of items successfully deleted
This action is irreversible. Deleted files cannot be recovered.