Delete Bank Transaction (by id)
DELETE {{base_url}}/banking/v2/transactions/:transactionId
Delete Bank Transaction endpoint can be used to delete transactions for an account that was manually imported.
Path variables
| Field | Type | Description |
|---|---|---|
| transactionId | integer | Unique identifier for the transaction |
Success
202 Accepted
Error Messages
| Condition | Response Status | Response Body |
|---|---|---|
| Invalid transactionId | 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 |