Skip to main content

Unpublish a DNSSEC key

This endpoint allows you to remove a DS record on a domain by unpublishing your DNSSEC key to the domain registry.

You need to remove manually a DS record if your domain is registered with Nameshield but not hosted on Nameshield nameservers.
To disable DNSSEC on a domain that is hosted on Nameshield nameservers as primary, use the specific endpoint "Disable DNSSEC for a zone".

If a registry lock is set on the domain, it must be unlocked to perform this operation.

Endpoint

DELETE /dns/v3/zones/{zonename}/dnssec/keys/{id}

Parameters

NameLocationRequiredTypeDefault valueDescription
zonenameURLYesStringThe zone name
idURLYesIntegerThe key id

Response

A success message

Example Request

DELETE /dns/v3/zones/example.com/dnssec/keys/55555

Example Response

{
"message": "OK"
}