PinpointEmail / Client / delete_email_identity

delete_email_identity#

PinpointEmail.Client.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'
)
Parameters:

EmailIdentity (string) –

[REQUIRED]

The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.

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