API to remove users from the draft list by passing its version_id returned in Start Sync API response.
version_id
cURL
curl --request POST \ --url https://hub.suprsend.com/v1/subscriber_list/{list_id}/version/{version_id}/subscriber/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "distinct_ids": [ "user1" ] }'
{ "success": true, "affected_count": 0 }
Was this page helpful?