DNS
DNS Security
Disable DNSSEC on domain
This function disables DNSSEC on the domain.
Note:
Only servers that run PowerDNS can use DNSSEC. If you call this function on a server that doesn't use PowerDNS, you will receive an error.
Warning:
- This action is irreversible. If you disable DNSSEC on the domain, you will lose the associated keys. You can only retrieve the keys by restoring them from a full back up of the account.
- If you disable DNSSEC, you must remove the Delegation of Signing (DS) records on your DNS server and with your registrar.
get/disable_dnssec_for_domains
Query parameters
domainstring domain required
The domain for which to disable DNSSEC.
Note:
To disable DNSSEC for multiple domains, duplicate or increment the parameter name. For example, to check three domains, you could:
- Use the domain parameter multiple times.
- Use the domain, domain-1, domain-2 parameters.
Response
HTTP Request was successful.
Example response
{
"data": {
"domains": [
{
"disabled": 1,
"domain": "example.com"
}
]
},
"metadata": {
"command": "disable_dnssec_for_domains",
"reason": "OK",
"result": 1,
"version": 1
}
}