---
title: "Delete data based on filters"
method: DELETE
path: "/data"
tags: ["Internal Generic API"]
---

# Delete data based on filters

`DELETE /data`

Deletes entities that match the specified filters. Each filter must include a type to determine what kind of data to delete.

## Request body

- Filters
  - `filters` ApiIntV2Filter[] — The filters to apply to the request
    - `type` string
    - `filter` string
    - `sorting` string
    - `fields` string
    - `mode` string
    - `resultStart` integer
    - `resultLimit` integer
  - `owners` string[] — List of owner names

## Response `200`

Success message

## Other responses

- `400` — Bad request - invalid filters
- `401` — Unauthorized
- `500` — Server error

---

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