v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Matching

Break/Unmatch a match group

Use this endpoint to break an incorrect match group. This rejects the match with a reason and reverts all associated transactions to UNMATCHED status.

delete/v1/matching/groups/{matchGroupId}

Path parameters

matchGroupIdstring required

Match Group ID

Query parameters

contextIdstring required

Context ID

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Request body

reasonstring required

Example request

{
  "reason": "incorrect match - amounts do not match"
}

Response

Indicates that the operation was successful with no content to return.