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
Example request
{
"Emails": [
"john.doe@sample.com"
]
}Response
OK