DELETE api/2.0/files/share
Removes sharing rights for the group with the ID specified in the request
Name |
Description |
Type |
Example |
folderIds
sent in body
|
Folders ID
|
Collection of strings
collection
|
some text
|
fileIds
sent in body
|
Files ID
|
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"
]
}