Skip to main content
DELETE
/
reconciliation
/
matching-rules
/
{id}
Delete matching rule
curl --request DELETE \
  --url http://localhost:5001/reconciliation/matching-rules/{id} \
  --header 'X-blnk-key: <api-key>'
Use client.Reconciliation.DeleteMatchingRule to delete a matching rule.
1

Call the method

client.Reconciliation.DeleteMatchingRule
deleted, resp, err := client.Reconciliation.DeleteMatchingRule("rule_890bdbc4-467f-4670")
FieldTypeDescription
ruleIDstringID of the matching rule to delete.
2

Confirm the outcome

Check deleted.Message to confirm the rule was removed. Reconciliation runs that reference this rule ID will no longer apply it.
3

Response

200 OK
{
  "message": "Matching rule deleted successfully"
}
FieldTypeDescription
messagestringConfirmation that the rule was deleted.

How reconciliation works

Criteria, operators, and the rule lifecycle.

Delete matching rule

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.