LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Bank

Unmatch bank transaction allocation

Removes the reconciliation allocation of a bank transaction — the transaction is marked as open again.

unmatch_bank_transaction
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
bank:write
Parameters
bank_transaction_id string (uuid) required ID of the bank transaction to unmatch
Response
200
Success
MCP unmatch_bank_transaction
JSON
{
  "tool": "unmatch_bank_transaction",
  "params": {
    "bank_transaction_id": "<string>"
  }
}
200 Response
JSON
{
  "status": "<string>",
  "bank_transaction_id": "<string>"
}