Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

removeAllByRecipientList

Removes multiple recipients from a recipient list-based unsubscribe list in Optimizely Campaign.

If the client is configured for a client-wide unsubscribe list, this method does exactly the same as the removeAll method.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
recipientIdsString[ ]IDs of the recipients

Return values

  • Code structure

    void removeAllByRecipientList(String sessionId, long RecipientListId, String[] recipientIds)