TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

DELETE api/2.0/files/favorites This function requires authentication

Description

Removes files and folders with the IDs specified in the request from the favorite list.

Parameters
Name Description Type Example
fileIds
sent in body
List of file IDs Collection of strings
collection
some text
Example
DELETE api/2.0/files/favorites
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "fileIds": [
    "some text"
  ]
}
Returns

Bool value: true if the operation is successful