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 | When set to true, members will 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. |