curl --request DELETE \
--url https://api.bunny.net/dnszone/{id}/dnssec \
--header 'AccessKey: <api-key>'{
"Enabled": true,
"Algorithm": 123,
"KeyTag": 123,
"Flags": 123,
"DsConfigured": true,
"DsRecord": "<string>",
"Digest": "<string>",
"DigestType": "<string>",
"PublicKey": "<string>"
}Disables DNSSEC for the DNS Zone with the given ID
curl --request DELETE \
--url https://api.bunny.net/dnszone/{id}/dnssec \
--header 'AccessKey: <api-key>'{
"Enabled": true,
"Algorithm": 123,
"KeyTag": 123,
"Flags": 123,
"DsConfigured": true,
"DsRecord": "<string>",
"Digest": "<string>",
"DigestType": "<string>",
"PublicKey": "<string>"
}API Access Key authorization header
The ID of the DNS Zone for which DNSSEC will be disabled
Was this page helpful?