Remove a domain from your account

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.

Path Parameters

id integer · min: 1 required Example

Unique id identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
400
error string
message string
code string
timestamp string
requestId string
DELETE https://cloud.hostup.se/api/domains/{id}/delete
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/domains/8613/delete" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "message": "string"
  }
}