Delete Bank Account (by id)

DELETE {{base_url}}/banking/v2/accounts/:accountId

The ‘Delete bank account’ endpoint can be used to delete an account that was manually imported.

It will also delete the transactions and balances linked to that bank account.

Path variables

FieldTypeDescription
accountIdstringUnique identifier for the bank account

Success

202 Accepted

Error Messages

ConditionResponse StatusResponse Body
Invalid accountId404 Not Found
Invalid partnerId403 Forbidden
Invalid companyId403 Forbidden

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring
X-Api-Keystring
X-Partner-Idstring
X-Company-Idstring