---
title: "Destroy Refine Filter"
method: DELETE
path: "/refine_filters/{id}"
tags: ["RefineFilter"]
---

# Destroy Refine Filter

`DELETE /refine_filters/{id}`

Delete a RefineFilter. Note that deleting a filter that is currently attached to a
conditional split step or other surface will leave those surfaces without a filter
(`condition.filter_id` will remain but the filter record will no longer exist).
Detach the filter from all consumers before deleting.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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