Permanently remove a domain and its associated services from your account. This is a destructive operation and should only be used when you are certain you want to deregister the domain.
id integer · min: 1 required Example Unique id 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/domains/{id}/delete curl -X DELETE "https://cloud.hostup.se/api/domains/8613/delete" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
}