Remove Subscribers from List
API to remove users from a list by passing their distinct_ids.
post/v1/subscriber_list/{list_id}/subscriber/remove/
Path parameters
list_idstring required
Unique string identifier of the list to which user needs to be updated
Request body
Response
201
Example response
{
"success": true
}Changes
Changed in 1 of the 7 revisions of this API.1
- ▲
added the pattern
^[a-z0-9_-]+$to thepathrequest parameterlist_idrequest-parameter-pattern-added
- ▲