Skip to main content
POST
/
public
/
v2
/
bank-match
/
unmatches
Undo a bank-match
curl --request POST \
  --url https://api.dualentry.com/public/v2/bank-match/unmatches/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "financial_transaction_id": 123
}
'
{
  "success": true,
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Body

application/json

Body for POST /unmatches/. Tear down any match touching this bank-feed row.

financial_transaction_id
integer
required

ID of the bank-feed row to unmatch.

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on May 28, 2026