---
title: "Remove Domains from Suppression List"
method: DELETE
path: "/suppressions/global/domain"
tags: ["Suppression APIs"]
---

# Remove Domains from Suppression List

`DELETE /suppressions/global/domain`

Removes one or more domains from your suppression list. Once removed, email addresses under these domains will be whitelisted and can start receiving communication again.
This is useful when a domain was mistakenly suppressed or is now eligible to receive emails.
For example  Removing **example.com** allows emails to user@example.com again.

## Headers

- `on_behalf_of` string

## Request body

- object
  - `domains` string[], required — List of domains to be removed from the suppression list. Each domain must be valid (e.g., example.com). Limit 1 to 1000.

## Response `204`

Domains successfully removed from suppression list. No content returned.

## Other responses

- `400` — Bad Request – Invalid or missing domain list.

---

[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)
