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

*****************************************
delete_custom_verification_email_template
*****************************************



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

  

  Deletes an existing custom verification email template.

   

  For more information about custom verification email templates, see `Using Custom Verification Email Templates <https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom>`__ in the *Amazon SES Developer Guide*.

   

  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/DeleteCustomVerificationEmailTemplate>`_  


  **Request Syntax**
  ::

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

    The name of the custom verification email template to delete.

    

  
  
  :returns: None