Delete a DNS zone
Stop hosting a domain's DNS on Coritan and delete every record in its zone.
In the dashboard
Delete a domain's zone when you no longer want Coritan's nameservers to answer for it, such as after you move its DNS to another provider. Coritan stops answering for the domain as soon as the zone is gone.
Caution
Deleting a zone cannot be undone. Coritan deletes every record in it, its load balancers and origin pools and its query statistics. It also deletes the web proxy of every name that has a Proxied record, including web proxies you created. Export a zone file first to keep a copy of the records.
Before you begin
Section titled Before you begin- Export the zone file to keep a copy of the records.
- If the domain should keep working, set up its records at the new DNS provider and change the nameservers at the registrar first. Keep the Coritan zone until resolvers use the new nameservers, which can take as long as the TTL on the registry's
NSrecords. - If the registry has the zone's DS records, delete them at the registrar before you change the nameservers (Set up DNSSEC). Otherwise validating resolvers refuse the new provider's answers.
- For a domain registered with Coritan, change its nameservers first. The domain keeps Coritan's nameservers after the zone is gone, and nothing answers for it.
- For a free Coritan name, such as
survival-smp.coritan.gg, the Settings tab offers Release name… instead (Claim a free coritan.gg name).
Delete the zone
Section titled Delete the zone- In the dashboard, go to Websites, open the domain and select the Settings tab.
- On the Delete the DNS zone card, select Delete zone….
- Type the domain, such as
example.com, to confirm. - Select Delete zone.
Result
Section titled ResultThe dashboard confirms DNS zone for example.com deleted. and Coritan's nameservers stop answering for the domain. A domain registered with Coritan stays on the Websites list, marked as registered here with its DNS elsewhere. Any other domain leaves the list.
Coritan does not delete the domain's registration, its certificates, its mail domains or a web proxy whose name had no Proxied record. They need the domain's DNS to answer for its names, here or at another provider.
Troubleshooting
Section titled TroubleshootingZone not found- The zone was already deleted. Refresh the page.
- The domain stopped resolving
- The registrar still lists Coritan's nameservers. Change them to the new provider's nameservers, or add the domain to Coritan again (Add a domain you already own).
- The domain fails DNSSEC checks after you add it again
- A new zone gets new DNSSEC keys. Replace the DS records at the registrar with the ones on the new zone's DS records for the registrar card.
Related
Section titled RelatedWith the API
Section titled With the APIDelete a zone by its ID. The answer is 204 with no body:
curl -X DELETE https://api.coritan.com/api/v1/dns/zones/42 \
-H "Authorization: Bearer $CORITAN_TOKEN"
Deleting the zone of a free Coritan name through this call also releases the name.
API operations on this page
| Method | Path | What it does |
|---|---|---|
DELETE | /api/v1/dns/zones/{zone_id} | Delete zone |