---
title: "Delete a threat hunt"
method: DELETE
path: "/threathunting/v1/threathunts/{threatHuntID}"
tags: ["Threat Hunting"]
---

# Delete a threat hunt

`DELETE /threathunting/v1/threathunts/{threatHuntID}`

Allows you to delete an existing non-running threat hunt job. Threat hunt, once deleted, cannot be recovered.

## Path parameters

- `threatHuntID` integer, required

## Request body

- ThreatHuntJobDeleteParams
  - `deleteReason` string — Specfiy the reason why the threat hunt needs to be deleted.

## Response `200`

OK

## 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 Server 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)
