PUT api/2.0/files/fileops/emptytrash This function requires authentication

Description

Deletes all the files and folders from the "Trash" folder.

Parameters

This method doesn't have any parameters.

Example
PUT api/2.0/files/fileops/emptytrash
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of file operations

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "some text",
      "Progress": 1234,
      "Error": "some text",
      "Processed": "some text",
      "Finished": true,
      "Url": "some text"
    }
  ]
}