v1
Double column
API
CLI
JS Client

Domains /

Unassign subdomain path

Unassign a subdomain path to a port.

Required permission

Account > SubdomainPaths > General > Update

Path parameters

    • domain

      string required
      Name of the domain
    • subdomain

      string required
      Name of the subdomain
    • subdomainPath

      string required
      Name of the path

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result 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": {}
    }

    © 2024 Northflank Ltd. All rights reserved.