Deletes multiple recipients from a recipient list in Episerver Campaign.
Note: Do not use this method with recipients who unsubscribe from a newsletter. Instead, use the add method of the UnsubscribeWebservice.
Type: boolean[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
recipientListId |
long |
ID of the recipient list |
recipientIds |
String[ ] |
IDs of the recipients |
Return values
- true: Recipient has been deleted successfully
- false: Recipient does not exist
Code structure
boolean[] removeAll(String sessionId, long recipientListId, String[] recipientIds)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018