Deletes a recipient from a recipient list in Episerver Campaign.
Note: Do not use this method with recipients who unsubscribe from a newsletter. Instead, use the add and addAll methods of the UnsubscribeWebservice.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
recipientListId |
long |
ID of the recipient list |
recipientId |
String |
ID of the recipient |
Return values
-
Code structure
void remove(String sessionId, long recipientListId, String recipientId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018