Domain name for API request: tke.tencentcloudapi.com.
This API is used to delete cluster a route table.
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: DeleteClusterRouteTable. |
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 |
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=DeleteClusterRouteTable
&RouteTableName=MANAGED_CLUSTER
&<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 | Operation failed. |
InternalError | Internal error. |
InternalError.Db | DB error. |
InternalError.RouteTableNotEmpty | Route table is not empty. |
InvalidParameter | Parameter error. |
InvalidParameter.RouteTableNotEmpty | Route table is not empty. |
Was this page helpful?