v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB
Digital Asset Management (DAM)
Managing assets

Delete multiple files

This API deletes multiple files and all their file versions permanently.

Note: If a file or specific transformation has been requested in the past, then the response is cached. Deleting a file does not purge the cache. You can purge the cache using purge cache API.

A maximum of 100 files can be deleted at a time.

post/v1/files/batch/deleteByFileIds

Request body

fileIdsstring[] required

An array of fileIds which you want to delete.

Response

Files deleted successfully.

successfullyDeletedFileIdsstring[]

An array of fileIds that were successfully deleted.