---
title: "Remove allowed recipients"
method: POST
path: "/allowed_recipients/remove"
tags: ["ALLOWED RECIPIENTS"]
---

# Remove allowed recipients

`POST /allowed_recipients/remove`

Remove one or more emails addresses or domain names stored in your Allowed Recipients List. <strong>Note: In the event that any of the email addresses or domains do not feature in the list, no error will be raised.</strong>

## Request body

- object
  - `allowed_recipients` string[], required — Array of email addresses and domain names to remove.
  - `enabled` boolean — A flag indicating if this list is taken into account when sending
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

Allowed Recipients Removed

- object
  - `request_id` string, required
  - `data` object, required
    - `allowed_recipients` string[], required — A list of email addresses and domain names
    - `enabled` boolean, required — A flag indicating if this list is taken into account when sending

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