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
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
| zonename | URL | Yes | String | The zone name | |
| id | URL | Yes | Integer | The key id |
Response
A success message
Example Request
DELETE /dns/v3/zones/example.com/dnssec/keys/55555
Example Response
{
"message": "OK"
}