

# DeleteLaunchTemplateVersions
<a name="API_DeleteLaunchTemplateVersions"></a>

Deletes one or more versions of a launch template.

You can't delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using [DeleteLaunchTemplate](API_DeleteLaunchTemplate.md).

You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use [DeleteLaunchTemplate](API_DeleteLaunchTemplate.md), which deletes the launch template and all of its versions.

For more information, see [Delete a launch template version](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-launch-template.html#delete-launch-template-version) in the *Amazon EC2 User Guide*.

## Request Parameters
<a name="API_DeleteLaunchTemplateVersions_RequestParameters"></a>

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see [Common Query Parameters](CommonParameters.md).

 **DryRun**   
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.  
Type: Boolean  
Required: No

 **LaunchTemplateId**   
The ID of the launch template.  
You must specify either the launch template ID or the launch template name, but not both.  
Type: String  
Required: No

 **LaunchTemplateName**   
The name of the launch template.  
You must specify either the launch template ID or the launch template name, but not both.  
Type: String  
Length Constraints: Minimum length of 3. Maximum length of 128.  
Pattern: `[a-zA-Z0-9\(\)\.\-/_]+`   
Required: No

 **LaunchTemplateVersion.N**   
The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.  
Type: Array of strings  
Required: Yes

## Response Elements
<a name="API_DeleteLaunchTemplateVersions_ResponseElements"></a>

The following elements are returned by the service.

 **requestId**   
The ID of the request.  
Type: String

 **successfullyDeletedLaunchTemplateVersionSet**   
Information about the launch template versions that were successfully deleted.  
Type: Array of [DeleteLaunchTemplateVersionsResponseSuccessItem](API_DeleteLaunchTemplateVersionsResponseSuccessItem.md) objects

 **unsuccessfullyDeletedLaunchTemplateVersionSet**   
Information about the launch template versions that could not be deleted.  
Type: Array of [DeleteLaunchTemplateVersionsResponseErrorItem](API_DeleteLaunchTemplateVersionsResponseErrorItem.md) objects

## Errors
<a name="API_DeleteLaunchTemplateVersions_Errors"></a>

For information about the errors that are common to all actions, see [Common client error codes](errors-overview.md#CommonErrors).

## Examples
<a name="API_DeleteLaunchTemplateVersions_Examples"></a>

### Example
<a name="API_DeleteLaunchTemplateVersions_Example_1"></a>

This example deletes version 3 of launch template `lt-0a20c965061f64abc`.

#### Sample Request
<a name="API_DeleteLaunchTemplateVersions_Example_1_Request"></a>

```
https://ec2.amazonaws.com/?Action=DeleteLaunchTemplateVersions
&LaunchTemplateId=lt-0a20c965061f64abc
&LaunchTemplateVersion.1=3
&AUTHPARAMS
```

#### Sample Response
<a name="API_DeleteLaunchTemplateVersions_Example_1_Response"></a>

```
<DeleteLaunchTemplateVersionsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
    <requestId>67fc746a-1b3f-467e-8583-7061cexample</requestId>
    <unsuccessfullyDeletedLaunchTemplateVersionSet/>
    <successfullyDeletedLaunchTemplateVersionSet>
        <item>
            <launchTemplateId>lt-0a20c965061f64abc</launchTemplateId>
            <launchTemplateName>MyLaunchTemplate</launchTemplateName>
            <versionNumber>3</versionNumber>
        </item>
    </successfullyDeletedLaunchTemplateVersionSet>
</DeleteLaunchTemplateVersionsResponse>
```

## See Also
<a name="API_DeleteLaunchTemplateVersions_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/ec2-2016-11-15/DeleteLaunchTemplateVersions) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/DeleteLaunchTemplateVersions) 