Domains /
Unassign subdomain path
Unassign a subdomain path to a port.
Required permission
Account > SubdomainPaths > General > Update
Path parameters
- domain string requiredName of the domain
- subdomain string requiredName of the subdomain
- subdomainPath string requiredName of the path
Response body
- {object}Response object.
- data {object} requiredResult data.
API
CLI
JS Client
DELETE /v1/domains/{domain}/subdomains/{subdomain}/paths/{subdomainPath}/assign
Example response
200 OK
The operation was performed successfully.
JSON
{
  "data": {}
}