DeleteConfigurationTemplate - AWS Elastic Beanstalk

DeleteConfigurationTemplate

Deletes the specified configuration template.

Note

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

ApplicationName

The name of the application to delete the configuration template from.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: Yes

TemplateName

The name of the configuration template to delete.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors.

OperationInProgressFailure

Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

HTTP Status Code: 400

Examples

Example

This example illustrates one usage of DeleteConfigurationTemplate.

Sample Request

https://elasticbeanstalk.us-west-2.amazonaws.com/?ApplicationName=SampleApp &TemplateName=SampleAppTemplate &Operation=DeleteConfigurationTemplate &AuthParams

Sample Response

<DeleteConfigurationTemplateResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"> <ResponseMetadata> <RequestId>af9cf1b6-f25e-11df-8a78-9f77047e0d0c</RequestId> </ResponseMetadata> </DeleteConfigurationTemplateResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: