v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Threat Hunting

Delete a threat hunt

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

delete/threathunting/v1/threathunts/{threatHuntID}

Path parameters

threatHuntIDinteger required

Specify the threat hunt ID to delete a specific threat hunt. You can obtain the ID using the 'List all threat hunts API'.

Request body

deleteReasonstring

Specfiy the reason why the threat hunt needs to be deleted.

Example request

{
  "deleteReason": "Finished analysis for this threat hunt."
}

Response

OK