v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Lists

Remove Contacts from List

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

post/lists/{name}/contacts/remove

Path parameters

namestring string required

string

Example:My List 1

Name of your list.

Request body

Rulestring 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

Emailsstring[]

Comma delimited list of contact emails

Example request

{
  "Emails": [
    "john.doe@sample.com"
  ]
}

Response

OK