v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Hosting: Domains

Delete website subdomain

Delete an existing subdomain from the selected website.

Use this endpoint to remove subdomains that are no longer needed.

delete/api/hosting/v1/accounts/{username}/websites/{domain}/subdomains/{subdomain}

Path parameters

usernamestring required
Example:u123456789
domainstring required
Example:mydomain.tld

Domain name

subdomainstring required
Example:blog

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}