Delete IP restriction

DELETE https://www.digicert.com/services/v2/container/{{container_id}}/ip/rule/{{rule_id}}
Use this endpoint to delete an IP restriction rule in your CertCentral account.

To delete a rule, you must provide the rule_id in the URL path. To get a list of rules and their corresponding ID values, use the List IP restrictions API endpoint.

Example requests and responses

cURL

curl --request DELETE 'https://www.digicert.com/services/v2/container/{{container_id}}/ip/rule/{{rule_id}}' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json'

204 No Content

// No content

Path parameters

NameTypeDescription
container_idintegerID of the top-level account container (division).
To get the ID of the top-level container in your account, use the List containers API endpoint. The top-level container is the container with a parent_id value of 0.
rule_idintegerID of the rule to delete.
To get a list of rules and their corresponding ID values, use the List IP restrictions API endpoint.