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

remove

Deletes a recipient from a recipient list in Optimizely 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

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
recipientIdStringID of the recipient

Return values

Code structure

void remove(String sessionId, long recipientListId, String recipientId)