Remove a specific DNS record, such as an A or CNAME record, from an existing DNS zone. This is necessary if a record is incorrect or no longer needed for your domain. The endpoint returns a message confirming the DNS record has been deleted.
zoneId integer · min: 1 required Example Unique zone identifier
recordId integer · min: 1 required Example Unique record identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/dns/zones/{zoneId}/records/{recordId} curl -X DELETE "https://cloud.hostup.se/api/dns/zones/505/records/35592924" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
}