Skip to content

Unpublish DNS name

POST /v1/dns/records/{zone_name}/{name}/unpublish

Request reverting the publication of the DNS name. When the name becomes unpublished, it will not be resolvable on the primary nameservers.

Path Parameters

zone_name

The name of the zone.

Example: example.com

name

The DNS name, not including the zone portion.

Example: dns-name

Response