Delete domain | Domains | Northflank API docs
v1
Double column
API
CLI
JS Client

Domains /

Delete domain

Deletes a domain and each of its registered subdomains.

Required permission

Account > Domains > General > Delete

Path parameters

    • domain

      string required

      Name of the domain

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    DELETE /v1/domains/{domain}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.