Bulk reject matches

POST/api/v1/reconciliations/{reconciliation_id}/matches/bulk-reject

Bulk reject/remove approved matches.

Path Parameters:

  • reconciliation_id: UUID of the reconciliation

Request Body:

  • statement_txn_ids: Array of statement transaction IDs to reject (required)

Note: Removes multiple matches at once from committed matches, allowing re-matching.

Returns: Updated reconciliation with matches removed.

Operation ID: bulk_reject_matches_api_v1_reconciliations__reconciliation_id__matches_bulk_reject_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

reconciliation_idstringrequired

Request body

statement_txn_idsarray · stringrequired

Statement transaction IDs to reject

Responses

201Successful Response

successboolean
messagestring
codestring
dataBulkRejectMatchesResponse

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject