Skip to content

ses.deleteVerifiedEmailAddress

Jordan Ryan Moore edited this page May 13, 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 addresses. Yes

Response

Property Type Description
requestId String The ID of the request.

Examples

Example Request

{
  emailAddress: "[email protected]",
}

Example Response

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

References

Clone this wiki locally