Skip to main content
POST
Delete Files By Ids

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for deleting multiple files.

file_ids
string<uuid>[]
required

List of file IDs to delete (1-100)

Required array length: 1 - 100 elements

Response

Successful Response

Response for file deletion.

deleted_count
integer
required

Number of files deleted