---
title: "Delete multiple filters in bulk"
method: DELETE
path: "/filters"
tags: ["Filters"]
---

# Delete multiple filters in bulk

`DELETE /filters`

Marks multiple filters as deleted.

## Query parameters

- `ids` string, required

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer[] — The array of the IDs of the deleted filter

---

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