Was this helpful?
Remove a wallet from your list of account wallets
/account/wallets/remove
udid
curl -L \ --request POST \ --url 'https://api.bringyour.com/account/wallets/remove' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "success": true, "error": { "message": "text" } }