Remove match
Removes the match of a bank transaction and marks it as open again. Works for both regularly reconciled transactions and dismissed 0-euro transactions. If the transaction was part of a group reconciliation, the entire group reconciliation is reversed and all associated bank transactions are reopened.
POST
/v1/bank-transactions/:id/unmatch Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token. Responses
200
Success
400
INVALID_INPUT Required fields are missing or values do not match the expected format.
404
NOT_FOUND The requested resource was not found.
POST
cURL /v1/bank-transactions/:id/unmatch -cmd">curl --request -method">POST -punct">\
--url 'https://api.ledgerlou.de/v1/bank-transactions/:id/unmatch' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON Result of the removal.