Skip to main content
POST
Remove Subscribers from List
Remove subscribers from one list by email or subscriber ID. Subscribers are not deleted, they only lose the list membership. You can pass up to 500 targets per request, combined across emails and subscriberIds.

Permissions

This endpoint needs both lists:write and subscribers:write, the same pair as Add Subscribers To List. Membership is contact state, so lists:write on its own only lets a key create and rename lists. The Safer agent access preset includes lists:write but not subscribers:write, so keys on that preset cannot change who is in a list.

Request

string
required
Subscriber list ID.
string[]
Email addresses to remove. Emails are trimmed and lowercased. Unknown emails are returned in notFound.
string[]
Subscriber IDs to remove.
Provide at least one of emails or subscriberIds.

Responses