v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

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

distinct_idsstring[]

Array of subscriber_ids, uniquely identifying the subscribers to be removed from the list.

Response

201

successboolean required

Indicates whether the operation was successful.

affected_countinteger required

Number of subscribers affected by the operation.

Example response

{
  "success": true
}