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

removeAll

Deletes multiple entries from the blocklist in Optimizely Campaign.

See also remove.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
entriesString[ ]Entries (for example, email addresses) to be deleted (can contain wildcards like ? or *).

Return values

  • Code structure

    void removeAll(String sessionId, String[] entries)