v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Adds an email address to the suppression list for your account.

put/v2/email/suppression/addresses

Request body

EmailAddressstring required

The email address that should be added to the suppression list for your account.

Reason'BOUNCE' | 'COMPLAINT' required
<p>The reason that the address was added to the suppression list for your account. The value can be one of the following:</p> <ul> <li> <p> <code>COMPLAINT</code> – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.</p> </li> <li> <p> <code>BOUNCE</code> – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.</p> </li> </ul>

Response

Success

PutSuppressedDestinationResponse required

An HTTP 200 response if the request succeeds, or an error message if the request fails.