DELETE api/2.0/files/favorites
Removes files and folders with the IDs specified in the request from the favorite list. This method uses the body parameters.
Name |
Description |
Type |
Example |
FolderIds
sent in body
|
List of folder IDs
|
System.Collections.Generic.IEnumerable{System.Text.Json.JsonElement}
|
|
FileIds
sent in body
|
List of file IDs
|
System.Collections.Generic.IEnumerable{System.Text.Json.JsonElement}
|
|
DELETE api/2.0/files/favorites
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Boolean value: true if the operation is successful