Delete Files By Ids
files management
Delete Files By Ids
Delete specific files by their IDs.
Only files owned by the authenticated user will be deleted. Files that don’t exist or aren’t owned by the user are silently ignored. This action cannot be undone.
POST
Delete Files By Ids
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for deleting multiple files.
List of file IDs to delete (1-100)
Required array length:
1 - 100 elementsResponse
Successful Response
Response for file deletion.
Number of files deleted