[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);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/RESOURCE.KEY/permissions/USER.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'