IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete a ruleset
editDelete a ruleset
editDEPRECATED: Deletes the ruleset by ID. Deprecated in favor of traffic-filter endpoints.
Request
editDELETE /api/v1/deployments/ip-filtering/rulesets/{ruleset_id}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The mandatory ruleset ID |
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
When true, ignores the associations and deletes the rule set. When false, recognizes the associations, which prevents the deletion of the rule set. |
Responses
edit-
200
-
The IP filter ruleset was successfully deleted
-
404
-
The IP filter ruleset specified by {ruleset_id} cannot be found (code: 'ip_filtering.ruleset_not_found')
-
449
-
elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')
-
500
-
The request execution failed (code: 'ip_filtering.request_execution_failed')
Request example
editcurl -XDELETE https://{{hostname}}/api/v1/deployments/ip-filtering/rulesets/{ruleset_id} \ -H "Authorization: ApiKey $ECE_API_KEY"