Amazon Simple Email Service
API Reference (API Version 2010-12-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

DeleteIdentity

Description

Deletes the specified identity (email address or domain) from the list of verified identities.

This action is throttled at one request per second.

Request Parameters

For information about the common parameters that all actions use, see Common Parameters.

Identity

The identity to be removed from the list of identities for the AWS Account.

Type: String

Required: Yes

Examples

Sample Request

                
POST / HTTP/1.1
Date: Sat, 12 May 2012 05:25:58 GMT
Host: email.us-east-1.amazonaws.com
Content-Type: application/x-www-form-urlencoded
X-Amzn-Authorization: AWS3 AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE,
 Signature=w943pl3zIvtszwzZxypi+LsgjzquvhYhnG42S6b2WLo=,
 Algorithm=HmacSHA256, SignedHeaders=Date;Host
Content-Length: 135

AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE
&Action=DeleteIdentity
&Identity=domain.com
&Timestamp=2012-05-12T05%3A25%3A58.000Z
&Version=2010-12-01
          
            

Sample Response

                
<DeleteIdentityResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <DeleteIdentityResult/>
  <ResponseMetadata>
    <RequestId>d96bd874-9bf2-11e1-8ee7-c98a0037a2b6</RequestId>
  </ResponseMetadata>
</DeleteIdentityResponse>