LedgerLou Docs is optimized for desktop.

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

Bank

Unmatch group reconciliation

Reverses the settlement booking created for the group reconciliation and reopens the linked bank transactions for reconciliation.

unmatch_bank_match_group
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
bank:write
Parameters
match_group_id string (uuid) required ID of the group reconciliation
Response
200
Success
MCP unmatch_bank_match_group
JSON
{
  "tool": "unmatch_bank_match_group",
  "params": {
    "match_group_id": "<string>"
  }
}
200 Response
JSON
{
  "ok": true
}