Was this helpful?
Remove a wallet from your list of account wallets
udid
POST /account/wallets/remove HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 20 { "wallet_id": "text" }
{ "success": true, "error": { "message": "text" } }