Deletes a cardholder group. Returns (Task)
Overview of DeleteCardholderGroupAsync goes here.
| Name | Description |
|---|---|
| item | The cardholder group to delete |
Example in C#
// Returns: nothing
await client.DeleteCardholderGroupAsync(CardholderGroupInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/cardholdergroups/GROUP.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'