Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_email_template

delete_email_template(**kwargs)

Deletes an email template.

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

See also: AWS API Documentation

Request Syntax

response = client.delete_email_template(
    TemplateName='string'
)
Parameters
TemplateName (string) --

[REQUIRED]

The name of the template to be deleted.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Exceptions

  • SESV2.Client.exceptions.NotFoundException
  • SESV2.Client.exceptions.TooManyRequestsException
  • SESV2.Client.exceptions.BadRequestException