---
title: "Destroy Conditional Split Step"
method: DELETE
path: "/funnels/{funnel_id}/conditional_split_steps/{id}"
tags: ["Funnels::ConditionalSplitStep"]
---

# Destroy Conditional Split Step

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

Remove a conditional split from the funnel.

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

- `DELETE /funnels/{funnel_id}/conditional_split_steps/{id}` (default
  `branch=both`) → removes the entire conditional split, both branches
  discarded.
- `DELETE /funnels/{funnel_id}/conditional_split_steps/{id}?branch=matched`
  → removes the entire conditional split; the **unmatched** 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}/conditional_split_steps/{id}?branch=unmatched`
  → removes the entire conditional split; the **matched** branch's
  pages are promoted up under the split's parent.

## Path parameters

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

## Query parameters

- `branch` 'matched' | 'unmatched' | '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)
