Path parameters
- ruleset_id
string Required The unique identifier of the query ruleset containing the rule to delete
- rule_id
string Required The unique identifier of the query rule within the specified ruleset to delete
DELETE /_query_rules/{ruleset_id}/_rule/{rule_id}
curl \
--request DELETE 'http://api.example.com/_query_rules/{ruleset_id}/_rule/{rule_id}' \
--header "Authorization: $API_KEY"