All Products
Search
Document Center

:DeleteLaunchTemplate

更新时间:Dec 28, 2023

Deletes a launch template.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action

String

Yes

DeleteLaunchTemplate

The operation that you want to perform. Set the value to DeleteLaunchTemplate.

RegionId

String

Yes

cn-hangzhou

The region ID of the launch template. You can call the DescribeRegions operation to query the most recent region list.

LaunchTemplateId

String

No

lt-bp1apo0bbbkuy0rj****

The ID of the launch template. For more information, see DescribeLaunchTemplates.

You must configure the LaunchTemplateId or LaunchTemplateName parameter to determine a launch template.

LaunchTemplateName

String

No

testLaunchTemplateName

The name of the launch template.

You must configure the LaunchTemplateId or LaunchTemplateName parameter to determine a launch template.

Response parameters

Parameter

Type

Example

Description

RequestId

String

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

The request ID.

LaunchTemplateId

String

lt-bp1apo0bbbkuy0rj****

The ID of the launch template. For more information, see DescribeLaunchTemplates.

You must configure the LaunchTemplateId or LaunchTemplateName parameter to determine a launch template.

LaunchTemplateVersionNumbers

Array of Long

[1,2,3]

The deleted launch template versions.

Examples

Sample requests

https://ecs.aliyuncs.com/?Action=DeleteLaunchTemplate
&RegionId=cn-hangzhou
&LaunchTemplateId=lt-bp1apo0bbbkuy0rj****
&LaunchTemplateName=testLaunchTemplateName
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteLaunchTemplateResponse>
    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
    <LaunchTemplateId>lt-bp1apo0bbbkuy0rj****</LaunchTemplateId>
    <LaunchTemplateVersionNumbers>[1,2,3]</LaunchTemplateVersionNumbers>
</DeleteLaunchTemplateResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "LaunchTemplateId" : "lt-bp1apo0bbbkuy0rj****",
  "LaunchTemplateVersionNumbers" : [ 1, 2, 3 ]
}

Error codes

HTTP status code

Error code

Error message

Description

400

InvalidRegion.NotExist

%s

The specified region is not found.

400

MissingParameter

%s

A required parameter is not specified.

400

InvalidParameter

%s

Invalid parameter.

403

InnerServiceFailed

%s

An internal service cannot be called.

For a list of error codes, see Service error codes.