Remove an addon domain from your web hosting account. The domain's files and directory are retained, but the domain will no longer be accessible via the web server.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example domain string required subdomain string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/addon-domains curl -X DELETE "https://cloud.hostup.se/api/hosting/0/addon-domains" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"domain": "string",
"subdomain": "string"
}