DELETE
/
bank-accounts
{
  "_id": "63dd5fd9cccad469ee2408f7",
  "bankCode": "SANTANDER",
  "countryCode": "CHL",
  "currencySymbol": "CLP",
  "accountNumber": "1234596789",
  "account": "62f28c4aa05176c3dfba8e",
  "name": "BANCO SANTANDER"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

_id
string
required

Bank info identifier.

countryCode
string
required

Symbol of the country of choice.

currencySymbol
string
required

Symbol of the currency of the chosen country.

Response

200 - application/json
_id
string
bankCode
string
countryCode
string
currencySymbol
string
accountNumber
string
account
string
name
string