SESV2 / Client / delete_email_identity

delete_email_identity#

SESV2.Client.delete_email_identity(**kwargs)#

Deletes an email identity. An identity can be either an email address or a domain name.

See also: AWS API Documentation

Request Syntax

response = client.delete_email_identity(
    EmailIdentity='string'
)
Parameters:

EmailIdentity (string) –

[REQUIRED]

The identity (that is, the email address or domain) to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    An HTTP 200 response if the request succeeds, or an error message if the request fails.

Exceptions

  • SESV2.Client.exceptions.NotFoundException

  • SESV2.Client.exceptions.TooManyRequestsException

  • SESV2.Client.exceptions.BadRequestException

  • SESV2.Client.exceptions.ConcurrentModificationException