delete_email_identity
(**kwargs)¶Deletes an email identity that you previously verified for use with Amazon Pinpoint. 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) that you want to delete from your Amazon Pinpoint account.
{}
Response Structure
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions
PinpointEmail.Client.exceptions.NotFoundException
PinpointEmail.Client.exceptions.TooManyRequestsException
PinpointEmail.Client.exceptions.BadRequestException
PinpointEmail.Client.exceptions.ConcurrentModificationException