---
title: "Remove Contacts from List"
method: POST
path: "/lists/{name}/contacts/remove"
tags: ["Lists"]
---

# Remove Contacts from List

`POST /lists/{name}/contacts/remove`

Remove specified Contacts from your list. Required Access Level: ModifyContacts

## Path parameters

- `name` string, string, required — string

## Request body

- EmailsPayload — Provide either rule or a list of emails, not both.
  - `Rule` string, string — SQL-like rule. Sending 'All' as a value loads all resources of the given type. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules
  - `Emails` string[] — Comma delimited list of contact emails

## Response `200`

OK

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
