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

remove

Deletes an entry from the blocklist in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
entryStringEntry (for example, an email address) to be deleted (can contain wildcards like ? or *)

Return values

  • Code structure

    void remove(String sessionId, String entry)