---
title: "Remove a workspace soft-bounce escalation"
method: DELETE
path: "/suppressions/{email}"
tags: ["Suppressions"]
---

# Remove a workspace soft-bounce escalation

`DELETE /suppressions/{email}`

Removes one company-associated recipient's workspace-scoped soft-bounce escalation and reactivates a bounced company subscriber. Global invalid-recipient and Amazon SES account-level suppressions, other companies' scoped rows, complaints, and unsubscribes are protected.

## 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[] — Always empty for company-authenticated removal; SES account-level suppressions are protected.
  - `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` — The matching suppression is global, provider-level, complaint-based, or otherwise protected
- `500` — Internal server error
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

> 121 revisions in range; 66 could not be searched.

- **2026-08-02** `36f92fc0caa2` — 6 breaking
  - the response property `success` became optional for the status `400`
  - the response property `success` became optional for the status `401`
  - the response property `success` became optional for the status `403`
  - the response property `success` became optional for the status `404`
  - …2 more

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/suppressions/:email/delete.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
