Skip to content

cancelThreatHunt

Cancel an in-progress threat hunt.

Arguments

Argument Type Description
input (required) CancelThreatHuntInput! The details of the threat hunt to cancel.

Returns

Void

Sample

mutation CancelThreatHunt($input: CancelThreatHuntInput!) {
  cancelThreatHunt(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "cancelThreatHunt": "example-string"
  }
}