Get Started
API backend
API system
More information

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

Description

Removes the sharing rights from all the files and folders specified in the request.

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}
Example
DELETE api/2.0/files/share
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Boolean value: true if the operation is successful