Deletes bank account info.

Headers

AuthorizationstringRequired

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

Query parameters

_idstringRequired
Bank info identifier.
countryCodestringRequired
Symbol of the country of choice.
currencySymbolstringRequired
Symbol of the currency of the chosen country.

Response

successful operation
_idstring or null
bankCodestring or null
countryCodestring or null
currencySymbolstring or null
accountNumberstring or null
accountstring or null
namestring or null

Errors