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

removeAll

Removes multiple recipients from the internal unsubscribe list in Optimizely Campaign.

If a recipient is contained in one of the recipient lists, he/she will receive mailings again.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientIdsString[ ]IDs of the recipients

Return values

  • Code structure

    void removeAll(String sessionId, String[] recipientIds)