Delete domain

DELETE https://www.digicert.com/services/v2/domain/{{domain_id}}
Use this endpoint to delete the domain with the given ID.

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.