Delete an L7 Load Balancer

DELETE/v1/load_balancers/l7/{id}

If you need to remove an L7 balancer, make a DELETE request to the /v1/load_balancers/l7/{id} endpoint. Specify an instance for the operation 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/l7/JxboYjeg"
Empty
{  "message": "Not found",  "code": "NOT_FOUND"}
{  "message": "Inactive load balancer remove error",  "code": "INACTIVE_LOAD_BALANCER_REMOVE_ERROR"}