DeleteWalletAssetAsync

Delete a wallet asset Returns (Task)

Overview of DeleteWalletAssetAsync goes here.

Name Description
walletAsset The wallet asset to delete

Delete Wallet Asset Async

Example in C#

// Returns: nothing
await client.DeleteWalletAssetAsync(WalletAssetInfo walletAsset);

Example in CURL



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