Domain name for API request: teo.tencentcloudapi.com.
This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, contact us.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DeleteLoadBalancer. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-01. |
Region | No | String | Common Params. This parameter is not required. |
ZoneId | Yes | String | Zone ID. |
InstanceId | Yes | String | CLB instance ID. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to delete a LoadBalancer.
POST / HTTP/1.1
Host: teo.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteLoadBalancer
<Common request parameters>
{
"ZoneId": "zone-2ju9lrnqaxol",
"InstanceId": "lb-23sw25sziowm"
}
{
"Response": {
"RequestId": "669724a7-65b1-4a13-b130-0ebccdb76ecd"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameter.LoadBalancerUsedInL4Proxy | The LoadBalancer is used in a Layer-4 proxy. |
InvalidParameter.LoadBalancerUsedInL7Domain | The LoadBalancer is used in a Layer-7 domain name. |
InvalidParameter.LoadBalancerUsedInRuleEngine | The LoadBalancer is used in a rule engine. |
Was this page helpful?