Deletes an access right entry from a cardholder group. Returns (Task)
Overview of DeleteCardholderGroupAccessRightItemItemAsync goes here.
| Name | Description |
|---|---|
| cardholderGroup | The cardholder group to remove the access right from |
| entryItem | The access right entry to delete |
Example in C#
// Returns: nothing
await client.DeleteCardholderGroupAccessRightItemItemAsync(CardholderGroupInfo cardholderGroup, CardholderGroupAccessRightItem entryItem);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/cardholdergroups/GROUP.KEY/accessrightentries/ENTRY.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'