:doc:`SES <../../ses>` / Client / delete_template

***************
delete_template
***************



.. py:method:: SES.Client.delete_template(**kwargs)

  

  Deletes an email template.

   

  You can execute this operation no more than once per second.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_template(
        TemplateName='string'
    )
    
  :type TemplateName: string
  :param TemplateName: **[REQUIRED]** 

    The name of the template to be deleted.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  