This function removes a DNSSEC security key.
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.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ remove_zone_key \ domain='example.com' \ key_id='1'
{- "metadata": {
- "command": "remove_zone_key",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}