Allows an owner or editor (if the ACL update policy allows) of a shared
folder to remove another member.
**Required scope:** `sharing.write`
**Endpoint format:** [RPC](https://docs.dropboxapi.com/dropbox-api/docs/technical-reference/request-response-formats#rpc-endpoints)
**Authentication:** [User](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#user-authentication), [Dropbox-API-Select-Admin (Team Admin)](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#admin-authentication-via-dropbox-api-select-admin)
This endpoint does not support apps with the app folder permission.
Request
This endpoint expects an object.
leave_a_copybooleanRequired
If true, the removed user will keep their copy of the folder after
it's unshared, assuming it was mounted. Otherwise, it will be removed
from their Dropbox. This must be set to false when removing a group,
or when the folder is within a team folder or another shared folder.
memberobjectRequired
The member to remove from the folder.
shared_folder_idanyRequired
The ID for the shared folder.