Delete an L4 Load Balancer

DELETE/v1/load_balancers/l4/{id}

A DELETE request to the /v1/load_balancers/l4/{id} endpoint will remove a balancer. Specify a necessary instance in the path parameter.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

A unique identifier of a balancer.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/load_balancers/l4/9wdL9wej"
Empty
{  "message": "Not found",  "code": "NOT_FOUND"}
{  "message": "Inactive load balancer remove error",  "code": "INACTIVE_LOAD_BALANCER_REMOVE_ERROR"}