Skip to main content
DELETE
https://api.linquid.io
/
rules
/
{id}
Delete Rule
curl --request DELETE \
  --url https://api.linquid.io/rules/{id} \
  --header 'Authorization: Bearer <token>'

Delete Rule

Delete a routing rule.

Request

curl -X DELETE https://api.linquid.io/rules/rule_abc123 \
  -H "Authorization: Bearer YOUR_API_KEY"

Path Parameters

ParameterTypeDescription
idstringRule ID

Response

{
  "success": true,
  "data": {
    "id": "rule_abc123",
    "deleted": true
  }
}

Behavior

  • Rule is immediately removed from link evaluation
  • Historical match data is preserved for analytics
  • If the rule was attached to multiple links, it’s removed from all