HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In


Example: A recipient has been created using a double opt-in process but has never clicked the confirmation link. This recipient can be deleted with this method.

**Type**: boolean

**Parameters**

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

**Return values**

  • true: Recipient has been deleted successfully

  • false: Recipient does not exist or has finished the opt-in process

**Code structure**