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
Example response
{
"message": "Request accepted"
}