DeleteWalletGroupAsync

Returns (Task)

Overview of DeleteWalletGroupAsync goes here.

Name Description
item

Delete Wallet Group Async

Example in C#

// Returns: nothing
await client.DeleteWalletGroupAsync(WalletGroupInfo item);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/walletgroup/WALLETGROUP.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'