v1

latestOpenAPI 3.0.2MIT2026-07-24141061.6 KB
Files

Bulk delete files

Delete one or more files at once.

post/files/delete

Request body

file_idsstring[] required

The IDs of the files to delete. This operational is “all or nothing” — meaning all the file IDs must be valid and successfully deleted or none of the files specified by the file IDs are deleted.

Response

Success. All files specified by the file IDs were deleted.

successboolean

Indicates whether the bulk delete was successful. Returns true if the all files were successfully deleted, otherwise returns false.

error_file_idsstring[]

An array of file IDs that could not be deleted. This array will not be returned if all files were successfully deleted.