---
title: "PUT /v2/email/suppression/addresses"
method: PUT
path: "/v2/email/suppression/addresses"
---

# PUT /v2/email/suppression/addresses

`PUT /v2/email/suppression/addresses`

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

## Request body

- object
  - `EmailAddress` string, 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 `200`

Success

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

## Other responses

- `480` — BadRequestException
- `481` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
