Remove
post
Remove a wallet from your list of account wallets
Authorizations
AuthorizationstringRequired
BringYour JWT
Body
wallet_idstringOptional
udid
Responses
200Success
application/json
post
/account/wallets/remove200Success
Was this helpful?
Remove a wallet from your list of account wallets
BringYour JWT
udid
Was this helpful?
Was this helpful?
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"
}
}