Domains /
Unassign subdomain
Removes a subdomain from its assigned service
Required permission
Account > Subdomains > General > Update
Path parameters
domain
string requiredName of the domainsubdomain
string requiredName of the subdomain
Query parameters
unassignPaths
booleanUnassign all associated subdomain paths from their respective services.
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/domains/{domain}/subdomains/{subdomain}/assign
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}