Delete Bank Balance (by id)
DELETE {{base_url}}/banking/v2/balances/:balanceId
The ‘Delete bank balance’ endpoint can be used to delete a balance for an account that was manually imported.
Path variables
Field | Type | Description |
---|---|---|
balanceId | string | Unique identifier for balance |
Success
202 Accepted
Error Messages
Condition | Response Status | Response Body |
---|---|---|
Invalid balanceId | 404 Not Found | |
Invalid partnerId | 403 Forbidden | |
Invalid companyId | 403 Forbidden |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
X-Api-Key | string | ||
X-Partner-Id | string | ||
Authorization | string | ||
X-Company-Id | string |