
delete-configuration-template
*****************************


DESCRIPTION
===========

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.


SYNOPSIS
========

   aws elasticbeanstalk delete-configuration-template
     --application-name <value>
     --template-name <value>


REQUIRED PARAMETERS
===================

"--application-name"  (string)
   The name of the application to delete the configuration template
   from.

"--template-name"  (string)
   The name of the configuration template to delete.


OPTIONAL PARAMETERS
===================

None
