API Documentation
|
where {itemId}
is the ID of a file object/Secure Object or folder/collection.
PUT
- removes (i.e. 'unshares') all collaborators from a file object/Secure Object or folder/collection (i.e. item), specified by itemId
.Note: This method takes no parameters.
This API endpoint removes all collaborators from either a file object or folder (including the folder's contents), specified by itemId
.
The item's ID can be obtained by calling the <access-service>/api/v1/organisations/{orgId}/items API endpoint, which retrieves a list of information associated with file objects and folders that can be filtered using various 'search' criteria.
If the item's ID is a folder, then all collaborators will also be removed from every item contained within this folder; that is, any collaborators which had been set explicitly on any items contained within this folder are also removed.
This API endpoint supports requests utilizing Cocoon Data user accounts with the following roles (as described in the Organisation Administrator's Guide):
{itemId}
in the request's URL.{itemId}
in the URL.The Cocoon Data Platform's resources available to one of these Cocoon Data users (above) is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer
token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...
If the request succeeded, then an HTTP response status 200 OK
is returned.