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
Field | Type | Description |
---|---|---|
accountId | string | Unique identifier for the bank account |
Success
202 Accepted
Error Messages
Condition | Response Status | Response Body |
---|---|---|
Invalid accountId | 404 Not Found | |
Invalid partnerId | 403 Forbidden | |
Invalid companyId | 403 Forbidden |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
X-Api-Key | string | ||
X-Partner-Id | string | ||
X-Company-Id | string |