Batch file delete

DEL

Used to delete multiple files in one go. Up to 100 files are supported per request. A JSON object holding your File list SHOULD be put into a request body.

Note: this operation removes files from storage but doesn’t invalidate CDN cache.

Headers

AcceptstringOptional
Version header.

Request

This endpoint expects a list of strings.

Response

This endpoint returns an object.
statusstringOptional
problemsmap from strings to anyOptional
Dictionary of passed files UUIDs and problems associated with these UUIDs.
resultlist of objectsOptional
List of file objects that have been stored/deleted.

Errors