Remove

post

Remove a wallet from your list of account wallets

Authorizations
Body
wallet_idstringOptional

udid

Responses
200Success
application/json
post
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"
}
200Success
{
  "success": true,
  "error": {
    "message": "text"
  }
}

Was this helpful?