---
title: "Remove stale recipient bounce suppression"
method: DELETE
path: "/suppressions/{email}"
tags: ["Suppressions"]
---

# Remove stale recipient bounce suppression

`DELETE /suppressions/{email}`

Removes stale bounce suppression for one company-associated recipient from Amazon SES and Sequenzy's local bounce table, then reactivates a bounced company subscriber. Complaint and unsubscribe protections are never removed.

## Path parameters

- `email` string, email, required

## Query parameters

- `region` string

## Response `200`

Suppression cleanup result

- object
  - `success` boolean
  - `email` string, email
  - `removed` boolean
  - `removedLocalBounce` boolean
  - `removedSesRegions` string[]
  - `reactivatedSubscriberIds` string[]
  - `remainingSuppression` object — Recipient suppression status after cleanup

## Other responses

- `400` — Invalid email address or AWS region
- `401` — Unauthorized
- `403` — No company selected
- `404` — Recipient is not associated with the selected company
- `409` — Complaint suppression is protected
- `500` — Internal server error

---

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