# DELETE /suppressions/{email}

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Lift the suppression on one address.

```http
DELETE https://api.sendheron.com/api/v1/suppressions/{email}
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `suppressions:write`

**Success status:** `200`

**Rate limit:** 100/min per key, counted against the organization's WRITE ceiling (400/min).

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `email` | string | yes | The address to unsuppress, URL-encoded. |

**Body parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `confirmHardTier` | boolean | no | Required to lift a bounce or a complaint. Without it those return a 400. |
| `note` | string | no | Why the suppression is being lifted. |

> One address per call by design. A bulk form would let a single mistake resurrect an entire bounced list and burn the sending domain.


---

Rate limits: 100/min per key, counted against the organization's WRITE ceiling (400/min). Both windows are one minute; there is no hourly or daily quota.
