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
JSON unmatch_bank_match_group {
"tool": "unmatch_bank_match_group",
"params": {
"match_group_id": "<string>"
}
} 200 Response
JSON {
"ok": true
}