Reconciliation
Delete matching rule
Delete a reconciliation matching rule with the TypeScript SDK.
DELETE
Delete matching rule
Use
blnk.Reconciliation.deleteMatchingRule to delete a matching rule.
Call the method
blnk.Reconciliation.deleteMatchingRule
| Field | Type | Description |
|---|---|---|
ruleId | string | ID of the matching rule to delete. |
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.
Related docs
How reconciliation works
Criteria, operators, and the rule lifecycle.
Delete matching rule
HTTP request and response schema.