URnetwork
Copyright 2024 BringYour, Inc.
Remove a wallet from your list of account wallets
udid
Wallet successfully removed
const response = await fetch('https://api.bringyour.com/account/wallets/remove', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "error": { "message": "text" } }