Delete a rulesetedit
Deletes the ruleset by ID.
Requestedit
DELETE /api/v1/deployments/ip-filtering/rulesets/{ruleset_id}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The mandatory ruleset ID |
Query parametersedit
Name | 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. |
Responsesedit
-
200
-
(
EmptyResponse
) The IP filter ruleset was successfully deleted -
404
-
(
BasicFailedReply
) The IP filter ruleset specified by {ruleset_id} cannot be found (code: 'ip_filtering.ruleset_not_found') -
449
-
(
BasicFailedReply
) elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"') -
500
-
(
BasicFailedReply
) The request execution failed (code: 'ip_filtering.request_execution_failed')
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XDELETE {{hostname}}/api/v1/deployments/ip-filtering/rulesets/{ruleset_id} \ -H "Authorization: ApiKey $ECE_API_KEY"