Skip to main content
DELETE
/
virtual-wallets
/
{walletId}
curl -X DELETE "https://api.cryptomate.me/virtual-wallets/vw_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "VAL",
  "message": "Wallet has balance, please transfer all tokens to another wallet before deleting it"
}
Deletes an existing virtual wallet by its unique identifier. Requires an API key with access level 2 or higher.

Path parameters

walletId
string
required
Unique identifier of the virtual wallet.

Response

Returns an empty 200 OK response on success.
curl -X DELETE "https://api.cryptomate.me/virtual-wallets/vw_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "VAL",
  "message": "Wallet has balance, please transfer all tokens to another wallet before deleting it"
}