Skip to content

ses.deleteVerifiedEmailAddress

jordanryanmoore edited this page May 12, 2011 · 7 revisions

Description

Deletes the specified email address from the list of verified addresses.

Request

Property Type Description Required
emailAddress String An email address to be removed from the list of verified addreses. Yes

Response

Property Type Description
requestId String The ID of the request.

Sample Request

{
  emailAddress: "[email protected]",
}

Sample Response

{
  requestId: "fd3ae762-2563-11df-8cd4-6d4e828a9ae8",
}

References

Clone this wiki locally