DeleteWalletAssetAsync

Returns (Task»)

Overview of DeleteWalletAssetAsync goes here.

Name Description
walletAsset

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/walletgroup/WALLETGROUP.KEY/assets \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'