v1
Double column
API
CLI
JS Client

Domains /

Delete subdomain path

Delete a path.

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}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.