Domain name for API request: tke.tencentcloudapi.com.
This API is used to delete a cluster route.
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: DeleteClusterRoute. |
Version | Yes | String | Common Params. The value used for this API: 2018-05-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
RouteTableName | Yes | String | Route table name. |
GatewayIp | Yes | String | Next hop address. |
DestinationCidrBlock | Yes | String | Destination CIDR. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://tke.tencentcloudapi.com/?Action=DeleteClusterRoute
&RouteTableName=MANAGED_CLUSTER
&DestinationCidrBlock=10.4.0.0/24
&GatewayIp=10.0.0.3
&<Common request parameters>
{
"Response": {
"RequestId": "a1be36f0-1aa4-4af2-a289-da021bcef89f"
}
}
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.Param | Invalid parameter. |
FailedOperation.VpcCommon | VPC error. |
InternalError | Internal error. |
InternalError.Db | DB error. |
InternalError.Param | Parameter error. |
InternalError.RouteTableNotFound | Route table does not exist. |
InternalError.VpcCommon | VPC error |
InvalidParameter | Parameter error. |
Was this page helpful?