Delete a ruleset

edit

Deletes the ruleset by ID.

Request

edit

DELETE /api/v1/deployments/ip-filtering/rulesets/{ruleset_id}

Path parameters

edit
Name Type Required Description

ruleset_id

string

Y

The mandatory ruleset ID

Query parameters

edit
Name Type Required Description

ignore_associations

boolean

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

(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.needs_elevated_permissions"')

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 example

edit
curl -XDELETE {{hostname}}/api/v1/deployments/ip-filtering/rulesets/{ruleset_id} \
-u $CLOUD_USER:$CLOUD_KEY