Disable DNSSEC for a zone
This endpoint allows you to disable DNSSEC for a zone.
This feature requires the domain to be registered via Nameshield and hosted on Nameshield Premium nameservers as primary.
If a registry lock is set on the domain, it must be unlocked to perform this operation.
When you disable DNSSEC, The DS record is removed from the corresponding registry, and after a 48 hours delay (to avoid cache issue) the zone is unsigned.
For a subzone, the DS record is automatically removed from the parent zone.
Endpoint
POST /dns/v3/zones/{zonename}/dnssec/unsecure
Parameters
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
| zonename | URL | Yes | String | The zone name |
Response
A success message
Example Request
POST /dns/v3/zones/example.com/dnssec/unsecure
Example Response
{
"message": "OK"
}