Destroy Split Test Step

Remove a split test from the funnel.

A 1-branch split test is not a supported state, so any value of
branch collapses the entire split:

  • DELETE /funnels/{funnel_id}/split_test_steps/{id} (default branch=both)
    → removes the entire split test, both branches discarded.
  • DELETE /funnels/{funnel_id}/split_test_steps/{id}?branch=left → removes
    the entire split test; the right branch's pages are promoted up
    under the split's parent so they remain attached to the funnel's main
    workflow.
  • DELETE /funnels/{funnel_id}/split_test_steps/{id}?branch=right
    removes the entire split test; the left branch's pages are
    promoted up under the split's parent.

See Destroying a split test in the Funnels Skill for how the collapse fits into the rest of the split-test surface.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Query Params
string
enum

Optional branch to remove. One of left, right, or both (default).

Allowed:
Responses
204

No Content

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json