---
title: "Remove from suppression list"
method: DELETE
path: "/tenants/{tenantId}/suppressions/{email}"
tags: ["Suppressions"]
---

# Remove from suppression list

`DELETE /tenants/{tenantId}/suppressions/{email}`

Remove an email address from the tenant's suppression list. The address
will be able to receive emails from this tenant again.

## Path parameters

- `tenantId` string, required
- `email` string, email, required

## Response `200`

Suppression removed

- SuccessResponse
  - `success` true, required
  - `data` object, required
    - `message` string, required
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
