Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

removeSplit

Converts a split mailing into a regular mailing; that is, the split is deleted but the mailing itself remains in Optimizely Campaign

If, after performing this method, no split mailings are assigned to the master mailing, the master mailing is converted to a regular mailing.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the split mailing

Return values

  • Code structure

    void removeSplit(String sessionId, long mailingId)