cURL
curl --request DELETE \ --url https://api.etherfuse.com/ramp/wallet/{wallet_id} \ --header 'Authorization: <api-key>'
{ "error": "Invalid request parameters" }
Soft-deletes a crypto wallet and releases any claimed ownership associated with it. The wallet can be re-registered later via POST /ramp/wallet.
POST /ramp/wallet
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
Authorization: your-api-key
Bearer
ID of the wallet to delete
Wallet deleted successfully