UnshareFolder
Removes all sharing permissions from a folder, making it private again; applicable only with sharing permissions.
Input
| Name | Type | Required | Description |
| FolderId | String | True | The unique identifier of the shared folder to be unshared. |
| LeaveCopy | String | False | If the value is 'true', members retain a personal copy of the folder's contents after it is unshared. If 'false', the folder is removed from their accounts.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Status | String | Returns the status of the unshare operation, such as complete or failed. |