---
title: "Destroy Split Test Step"
method: DELETE
path: "/funnels/{funnel_id}/split_test_steps/{id}"
tags: ["Funnels::SplitTestStep"]
---

# Destroy Split Test Step

`DELETE /funnels/{funnel_id}/split_test_steps/{id}`

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.

## Path parameters

- `funnel_id` integer, required
- `id` integer, required

## Query parameters

- `branch` 'left' | 'right' | 'both'

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
