:doc:`CloudFormation <../../cloudformation>` / Client / delete_generated_template

*************************
delete_generated_template
*************************



.. py:method:: CloudFormation.Client.delete_generated_template(**kwargs)

  

  Deleted a generated template.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteGeneratedTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_generated_template(
        GeneratedTemplateName='string'
    )
    
  :type GeneratedTemplateName: string
  :param GeneratedTemplateName: **[REQUIRED]** 

    The name or Amazon Resource Name (ARN) of a generated template.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CloudFormation.Client.exceptions.GeneratedTemplateNotFoundException`

  
  *   :py:class:`CloudFormation.Client.exceptions.ConcurrentResourcesLimitExceededException`

  