Delete a domain
Deletes a domain together with its managed DNS zone and every DNS record in that zone, freeing the domain name for use again. Rejected with 409 when the domain is shared (shared domains are managed centrally), when hostnames still belong to it (delete those hostnames, and the zones or redirects that own them, first), when it still has a certificate (delete the certificate first), or when the domain's nameservers still point to the managed DNS service - repoint the domain at your registrar first, otherwise deleting the zone would take the domain offline. Returns 503 when the nameserver lookup cannot be performed, so a domain is never deleted while its delegation state is unknown.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
domain identifier
Responses
domain resource deleted
