Skip to main content
PUT
Bulk Delete / Trash Files or Folders

Headers

Authorization
string

Access Token

Example:

"Bearer 9c48df2694a849b6089f9d0d3513efe"

Body

application/json
filesToBeDeleted
object[]
required

Array of file objects to be deleted or trashed

Example:
altType
enum<string>
required

Type of entity that owns the files

Available options:
location
Example:

"location"

altId
string
required

Location identifier

Example:

"sx6wyHhbFdRXh302LLNR"

status
enum<string>
required

Status to set for the files (deleted or trashed)

Available options:
deleted,
trashed
Example:

"deleted"

Response

200 - application/json

Successful response

Last modified on March 8, 2026