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 blnk.Reconciliation.deleteMatchingRule to delete a matching rule.
blnk.Reconciliation.deleteMatchingRule
const response = await blnk.Reconciliation.deleteMatchingRule('rule_abc123');
FieldDescription
ruleIdID of the matching rule to delete.

Response shape

200 OK
{
  "message": "Matching rule deleted successfully"
}
FieldDescription
messageConfirmation 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.