Removes a recipient from a recipient list-based unsubscribe list. If the client is configured for a client-wide unsubscribe list, this method does exactly the same as the remove method.
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 removeByRecipientList(String sessionId, long recipientListId, String recipientId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018