[Obsolete]remove ALL permissions to the supplied resource from the User or Group Returns (Task.)
| Name | Description |
|---|---|
| baseInfo | The resource that is being updated |
| userId | The Key of the user or group whose entire permissions set for this resource is being removed. |
Example in C#
// Returns: nothing
await client.RemovePermissionsAsync(BaseInfo baseInfo, String userId);