--- title: "Delete domain" source_url: https://dev.digicert.com/certcentral-apis/services-api/domains/delete-domain.html api_method: DELETE api_endpoint: "/services/v2/domain/{{domain_id}}" api_url: "https://www.digicert.com/services/v2/domain/{{domain_id}}" --- **DELETE** `https://www.digicert.com/services/v2/domain/{{domain_id}}` Use this endpoint to delete the domain with the given ID. > **Info** > > 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 ```bash curl --request DELETE 'https://www.digicert.com/services/v2/domain/{{domain_id}}' \ --header 'X-DC-DEVKEY: {{api_key}}' ``` ## 204 No Content ```json // No content ``` ## Path parameters
| Name | Req/Opt | Description |
|---|---|---|
| domain_id | required | ID of domain to delete. |