Remove a specific glue record associated with your domain. This is useful if a glue record was misconfigured or is no longer needed for correct traffic routing.
domainId integer · min: 1 required Example Unique domain identifier
hostname string required Example Fully qualified domain name
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domains/{domainId}/glue-records/{hostname} curl -X DELETE "https://cloud.hostup.se/api/domains/20249/glue-records/ns1.example43.com" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"hostname": "string",
"message": "string"
}
}