Skip to main content
DELETE
/
ramp
/
wallet
/
{wallet_id}
Delete a crypto wallet
curl --request DELETE \
  --url https://api.etherfuse.com/ramp/wallet/{wallet_id} \
  --header 'Authorization: <api-key>'
{
  "error": "Invalid request parameters"
}

Authorizations

Authorization
string
header
required

API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.

Path Parameters

wallet_id
string<uuid>
required

ID of the wallet to delete

Response

Wallet deleted successfully