v1
API
CLI
JS Client

Load Balancers /

Delete load balancer

Deletes the given load balancer.

Required permission

Account > LoadBalancers > General > Delete

Path parameters

    • loadBalancerId

      string required
      ID of the load balancer

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/load-balancers/{loadBalancerId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.