Manually opt out of automatic DNSSEC activation for a specific domain. This is useful if you need more control over DNSSEC settings or if the automatic process causes issues. The endpoint returns a unique ID to track the request status.
domainId integer · min: 1 required Example Unique domain identifier
Accept Example Content-Type Example action string · enum required exclude include success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domains/{domainId}/dnssec-auto curl -X POST "https://cloud.hostup.se/api/domains/13837/dnssec-auto" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action": "exclude"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"domain": "string",
"dnssec_status": "string"
}
} {
"action": "exclude"
}