---
title: "Remove Email(s) from Suppression List"
method: DELETE
path: "/suppressions/global/email"
tags: ["Suppression APIs"]
---

# Remove Email(s) from Suppression List

`DELETE /suppressions/global/email`

This endpoint allows you to remove one or more email addresses from your suppression list.  Once removed, these addresses will be eligible to receive emails again from your account.
This operation is useful if an address was suppressed due to a temporary issue (like a bounce)  or has since opted back in to receive communications.
Note: While you can remove suppressed addresses, it's good practice to continue suppressing  recipients who have explicitly opted out or shown no engagement.

## Headers

- `on_behalf_of` string

## Request body

- object
  - `email` string[], required — A list of email addresses to be removed from the suppression list. The list must contain between 1 and 1000 valid email addresses.

## Response `204`

Email(s) successfully removed from suppression list. No response body is returned.

## Other responses

- `400` — Bad Request – Invalid email list (e.g., none provided or exceeds limit).

---

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