Delete domain

DELETE https://www.digicert.com/services/v2/domain/{{domain_id}}

Use this endpoint to delete the domain with the given ID.

Deleting domains removes them from your CertCentral account. Current certificates that include the domains are not affected. Requesting new, reissue, or renewal certificates for deleted domains may require you to revalidate the domains.

Example requests and responses

cURL

curl --request DELETE 'https://www.digicert.com/services/v2/domain/{{domain_id}}' \
--header 'X-DC-DEVKEY: {{api_key}}'

204 No Content

// No content

Path parameters

NameReq/OptDescription
domain_idrequiredID of domain to delete.