Delete IP restriction
less than a minute
DELETE
Use this endpoint to delete an IP restriction rule in your CertCentral account.https://www.digicert.com/services/v2/container/{{container_id}}/ip/rule/{{rule_id}}
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
| Name | Type | Description |
|---|---|---|
| container_id | integer | ID 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_id | integer | ID of the rule to delete. To get a list of rules and their corresponding ID values, use the List IP restrictions API endpoint. |
Was this page helpful?
Provide feedback