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
JSON unmatch_bank_transaction {
"tool": "unmatch_bank_transaction",
"params": {
"bank_transaction_id": "<string>"
}
} 200 Response
JSON {
"status": "<string>",
"bank_transaction_id": "<string>"
}