DeleteCardholderGroupAsync

Deletes a cardholder group. Returns (Task)

Overview of DeleteCardholderGroupAsync goes here.

Name Description
item The cardholder group to delete

Delete Cardholder Group Async

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'