Reconciliation
Delete matching rule
Delete a reconciliation matching rule with the Java SDK.
DELETE
Delete matching rule
Use
blnk.reconciliation().deleteMatchingRule for this operation.
1
Call the method
2
Confirm the outcome
Check the response message to confirm the rule was removed. Reconciliation runs that reference this rule ID will no longer apply it.
3
Response
200 OK
Related docs
How reconciliation works
Criteria, operators, and the rule lifecycle.
Delete matching rule
HTTP request and response schema.