Logo
Elasticsearch API Documentation

Delete a ruleset

DELETE {{baseUrl}}/deployments/traffic-filter/rulesets/:ruleset_id?ignore_associations=false

Deletes the ruleset by ID.

 

Body PARAM

Key Datatype Required Description 
ignore_associations
boolean When true, ignores the associations and deletes the ruleset. When false, recognizes the associations, which prevents the deletion of the rule set.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X DELETE 'https://api.elastic-cloud.com/api/v1//deployments/traffic-filter/rulesets/:ruleset_id?ignore_associations=false?ignore_associations=false'

ENDPOINTS