RemoveSharedFileMember
Revokes a user's access to a shared file, removing them from the file's member list.
Input
| Name | Type | Required | Description |
| FileId | String | True | The unique identifier of the shared file from which the member is removed. |
| String | False | The email address of the user to be removed from the shared file. | |
| DropboxId | String | False | The Dropbox Id of the user, team member, or group to be removed. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of 'true' when the member is successfully removed from the file; otherwise, returns 'false'. |