---
title: "Remove a suppression"
method: POST
path: "/suppression/remove"
tags: ["SUPPRESSIONS"]
---

# Remove a suppression

`POST /suppression/remove`

Removes the suppression on the specified email address or domain

## Request body

- object
  - `email_address` string, required — The email address or domain you would like to remove from your suppression list
  - `reasons` string[], required — A list of block types you would like to remove for the given email or domain
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

Suppression removed

- object
  - `request_id` string, required
  - `data` object, required
    - `suppressions` object[], required
      - `reason` string, required
      - `email_address` string, required
      - `removed` boolean, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
