This API is used to delete a load balancer.
All listeners added to the load balancer must be deleted before the load balancer is deleted.
DELETE /v3/{project_id}/elb/loadbalancers/{loadbalancer_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
loadbalancer_id |
Yes |
String |
Specifies the load balancer ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the token used for IAM authentication. |
None
DELETE https://{elb_endpoint}/v3/{project_id}/elb/loadbalancers/{loadbalancer_id}
None
Status Code |
Description |
---|---|
204 |
Successful request. |
See Error Codes.
Parent topic: Load Balancer