Delete a ruleset
Deletes the ruleset by ID.
Query parameters
-
When true, ignores the associations and deletes the ruleset. When false, recognizes the associations, which prevents the deletion of the rule set.
Default value is
false
.
DELETE
/deployments/traffic-filter/rulesets/{ruleset_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/deployments/traffic-filter/rulesets/{ruleset_id}' \
--user "username:password"