Skip to main content
POST
Remove Subscribers from List

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

list_id
string
default:_list_id_
required

Unique string identifier of the list to which user needs to be updated

Body

application/json
distinct_ids
string[]

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

Response

201

success
boolean
required

Indicates whether the operation was successful.

Example:

true

affected_count
integer
required

Number of subscribers affected by the operation.

Example:

0