DELETE api/2.0/files/share
Removes the sharing rights for the group of folders and files with the IDs specified in the request.
Name |
Description |
Type |
Example |
folderIds
sent in body
|
List of folder IDs
|
Collection of strings
collection
|
some text
|
fileIds
sent in body
|
List of file IDs
|
Collection of strings
collection
|
some text
|
DELETE api/2.0/files/share
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"folderIds": [
"some text"
],
"fileIds": [
"some text"
]
}
Bool value: true if the operation is successful