RemoveSharedFolderMember
Removes a member from a shared folder, provided the caller has the appropriate role and permissions.
Input
| Name | Type | Required | Description |
| FolderId | String | True | The unique identifier of the shared folder from which the member is removed. |
| String | False | The email address of the user to be removed from the shared folder. | |
| DropboxId | String | False | The Dropbox Id of the user, team member, or group to be removed. |
| LeaveACopy | Boolean | True | When set to true, the removed user will retain a copy of the folder in their Dropbox, provided it was mounted. Must be set to False when removing a group or when the folder is inside a team folder or another shared folder. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of True when the member is successfully removed from the folder; otherwise, returns False. |