检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Deleting a Certificate Function This API is used to delete a certificate. Constraints If the target certificate is used by a listener, the certificate cannot be deleted, and 409 code will be displayed.
Deleting a Load Balancer Function This API is used to delete a load balancer. Constraints All listeners added to the load balancer must be deleted before the load balancer is deleted. Calling Method For details, see Calling APIs.
URI DELETE /v2.0/lbaas/loadbalancers/{loadbalancer_id} Table 1 Parameter description Parameter Mandatory Type Description loadbalancer_id Yes String Specifies the load balancer ID. cascade No Boolean [Discarded] Specifies whether to delete the resources associated with the load balancer
Constraints: N/A Range: N/A Default value: N/A Response Parameters Status code: 204 Definition: Normal response to the DELETE operation.
Locate the certificate and click Delete in the Operation column. In the displayed dialog box, click OK. Parent Topic: Certificate
Locate the certificate and click Delete in the Operation column. In the displayed dialog box, click OK. Parent Topic: Certificate
Deleting a Health Check Function This API is used to delete a health check. Constraints The health check can be deleted only when the provisioning status of the associated load balancer is ACTIVE. Calling Method For details, see Calling APIs.
Deleting a Backend Server Group Function This API is used to delete a backend server group.
Deleting a Shared Load Balancer Scenarios You can delete a load balancer if you no longer need it. A deleted load balancer cannot be recovered. After a public network load balancer is deleted, its EIP will not be released and can be used by other resources.
Deleting a Load Balancer and Its Associated Resources Function This API is used to delete a load balancer and its associated resources, including the listeners, backend server groups, and backend servers.
Deleting a Listener and Its Associated Resources Function This API is used to delete a listener and its associated resources, including the forwarding policies and backend server groups. Calling Method For details, see Calling APIs.
Deleting a Custom Security Policy Function This API is used to delete a custom security policy. Constraints A custom security policy that has been used by a listener cannot be deleted. Calling Method For details, see Calling APIs.
This API cannot be used to delete IP addresses. Note: 0.0.0.0 will be considered the same as 0.0.0.0/32. If you enter both 0.0.0.0 and 0.0.0.0/32, either one will be kept. 0:0:0:0:0:0:0:1 will be considered the same as ::1 and ::1/128.
Deleting a Load Balancer and Its Associated Resources (Including EIPs) Function This API is used to delete a load balancer and its associated resources, including the listeners, backend server groups, backend servers, and EIPs.
Deleting a Forwarding Policy Function This API is used to delete a specific forwarding policy. URI DELETE /v2.0/lbaas/l7policies/{l7policy_id} Table 1 Parameter description Parameter Mandatory Type Description l7policy_id Yes Object Specifies the forwarding policy ID.
Deleting a Forwarding Rule Function This API is used to delete a specific forwarding rule.
Deleting IP Addresses from an IP Address Group Function This API is used to delete IP addresses from an IP address group. Note: Deleting IP addresses from an IP address group will affect all associated listeners. Calling Method For details, see Calling APIs.
Deleting a Tag from a Load Balancer Function This API is used to delete a tag with a specific key from a load balancer.
Deleting a Whitelist Function This API is used to delete a specific whitelist.
None Example Requests Delete a given forwarding policy DELETE https://{ELB_Endpoint}/v3/99a3fff0d03c428eac3678da6a7d0f24/elb/l7policies/cf4360fd-8631-41ff-a6f5-b72c35da74be Example Responses None SDK Sample Code The SDK sample code is as follows.