DNSSEC
DNS Security
Disable DNSSEC
This function disables DNSSEC on the domain.
Warning:
- This action is irreversible. If you disable DNSSEC on the domain, you will lose the associated keys. You can only retrieve the previous state with a full backup.
- If you disable DNSSEC, you must remove the DNS records at the registrar.
Important:
When you disable the DNS role, the system disables this function.
get/DNSSEC/disable_dnssec
Query parameters
domainstring domain required
The domain on which to disable DNSSEC.
Note:
To enable DNSSEC on multiple domains, increment the parameter name. For example: domain-0, domain-1, domain-2.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "disable_dnssec",
"module": "DNSSEC",
"result": {
"data": {
"disabled": {
"example.com": 1
}
},
"status": 1
}
}