---
title: "Deletes IOCs from IOC Set"
method: DELETE
path: "/threatintel/v1/ioc-sets/{iocsetid}/iocs"
tags: ["Threat Intel"]
---

# Deletes IOCs from IOC Set

`DELETE /threatintel/v1/ioc-sets/{iocsetid}/iocs`

Delete IOCs from the specified IOC Set.

## Path parameters

- `iocsetid` integer, required

## Request body

- DeleteIocsRequestBody
  - `deleteReason` string — Reasion for deletion.
  - `iocIDs` integer[] — IOC ID that needs to be deleted. A maximum of 10 IOCs can be deleted in one delete request.

## Response `200`

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal error.

---

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