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'
)
[REQUIRED]
The identity (that is, the email address or domain) to delete.
{}
Response Structure
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