v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Delete a batch of files or directories

Use this method to delete the list of filenames

post/v2/files/batch/delete

Request body

filenamesstring[] required

Example request

{
  "filenames": [
    [
      "/REST API Examples/filename.jpg",
      "/REST API Examples/directory/"
    ]
  ]
}

Response

Successful