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 | If the value is 'true', the removed user retains 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'. |