Skip to main content
POST
Remove Subscribers from Draft 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

version_id
string
default:__version_id__
required

Unique string identifier of the draft version 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

Indicates whether the operation was successful.

Example:

true

affected_count
integer

Number of subscribers affected by the operation.

Example:

2