Domain name for API request: cvm.tencentcloudapi.com.
This API is used to delete one or more instance launch template versions.
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: DeleteLaunchTemplateVersions. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
LaunchTemplateId | Yes | String | The launch template ID |
LaunchTemplateVersions.N | Yes | Array of Integer | List of instance launch template versions. |
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 deletes version 2 and 3 of the instance launch template lt-34vaef8fe
.
GET https://cvm.tencentcloudapi.com/?Action=DeleteLaunchTemplateVersions
&LaunchTemplateId=lt-34vaef8fe
&LaunchTemplateVersions.0=2
&LaunchTemplateVersions.1=3
&<Common request parameters>
{
"Response": {
"RequestId": "9b4ad85f-1657-4445-111d-3c0a9fbec311"
}
}
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 |
---|---|
InvalidParameterCombination | The parameter combination is invalid. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.LaunchTemplateDefaultVersion | The default launch template version cannot be operated. |
InvalidParameterValue.LaunchTemplateIdMalformed | Incorrect format of instance launch template ID. Please provide a valid instance launch template ID, similar to lt-xxxxxxxx, where x represents a lowercase character or digit. |
InvalidParameterValue.LaunchTemplateIdNotExisted | The instance launch template ID does not exist. |
InvalidParameterValue.LaunchTemplateIdVerNotExisted | The combination of the template and the version ID does not exist. |
InvalidParameterValue.LaunchTemplateNotFound | The instance launch template is not found. |
InvalidParameterValue.LaunchTemplateVersion | Invalid instance launch template version number. |
MissingParameter | Missing parameter. |
UnknownParameter | Unknown parameter error. |
Was this page helpful?