v1

latestSwagger 2.02026-08-04232286653.5 KB
Load Balancers

Deletes an external load balancer from the project and returns the async operation.

This endpoint deletes an external load balancer identified by its ID within the specified project. No request body or query parameters are required.

delete/projects/{project_id}/networking/load-balancers/{load_balancer_id}

Path parameters

project_idstring required

The project ID to which the external load balancer belongs.

load_balancer_idstring required

The ID of the external load balancer to delete.

Response

Example response

{
  "operation": {
    "completed_at": "2021-12-03T19:59:34Z",
    "metadata": "{}",
    "operation_id": "F6EF489C-086E-458D-B812-7962964A28C9",
    "result": "{}",
    "started_at": "2021-12-03T19:58:34Z",
    "state": "IN_PROGRESS"
  }
}