---
title: "DELETE /api/v1/affiliate/funnels/{id}"
method: DELETE
path: "/api/v1/affiliate/funnels/{id}"
tags: ["Affiliation"]
---

# DELETE /api/v1/affiliate/funnels/{id}

`DELETE /api/v1/affiliate/funnels/{id}`

## Path parameters

- `id` integer, required

## Cookies

- `billing_session` string

## Response `200`

The Funnel was disabled without deleting conversion history.

- object
  - `id` integer, required
  - `status` 'active' | 'disabled', required

## Other responses

- `400` — The Funnel path is invalid.
- `401` — No valid Affiliate session exists.
- `403` — The request did not originate from this portal.
- `404` — The Funnel was not found.
- `409` — The Funnel conflicts with active affiliation data.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
