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

FieldTypeDescription
transactionIdintegerUnique identifier for the transaction

Success

202 Accepted

Error Messages

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

HEADERS

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