Require DNS Service Subscription enabled.
| Field | Type | Description |
|---|---|---|
| enabled | Boolean | Indicates whether DNSSEC is enabled for the domain zone |
| type | String | DNS record type that this signature covers |
| algorithm | String | Cryptographic algorithm used to create the signature |
curl --location --request PUT 'https://oteapi.webnic.cc/dns/v2/zone/domaintesting123.com/subscription/dnssec/disable' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"enabled": false,
"type": "dynamic",
"algorithm": "ECDSAP256SHA256"
}
}