---
title: "Removes indicators by their IDS"
method: DELETE
path: "/v1/threatIntel/datastore/indicators"
tags: ["threatIntelIngestProducer"]
---

# Removes indicators by their IDS

`DELETE /v1/threatIntel/datastore/indicators`

Removes indicators by specifying a list of indicator IDs

## Request body

- RemoveIndicatorsRequest
  - `source` string, required — The source of the indicator ID to match against
  - `indicatorIds` string[], required — The list of indicator IDs to match against

## Response `204`

Indicators successfully removed

## Other responses

- `default` — Operation failed with an error.

---

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