Remove a matching rule from your reconciliation workflows.
curl --request DELETE \
--url http://localhost:5001/reconciliation/matching-rules/{rule_id} \
--header 'X-blnk-key: <api-key>'
{
"message": "Matching rule deleted successfully"
}
Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
curl --request DELETE \
--url http://localhost:5001/reconciliation/matching-rules/{rule_id} \
--header 'X-blnk-key: <api-key>'
{
"message": "Matching rule deleted successfully"
}
Was this page helpful?
curl --request DELETE \
--url http://localhost:5001/reconciliation/matching-rules/{rule_id} \
--header 'X-blnk-key: <api-key>'
{
"message": "Matching rule deleted successfully"
}