PATCH
/
redteam
/
cancel-task
curl --request PATCH \
  --url https://api.enkryptai.com/redteam/cancel-task \
  --header 'apikey: <api-key>'
{
  "status": "Success",
  "message": "Task redteam-job-4d0d1037-0663-4eda-ba08-5248d86256ab has been cancelled"
}

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Task-ID
string

The Redteam task ID

Example:

"redteam-job-94f40d84-5b4e-4e97-a793-48357b71490a"

X-Enkrypt-Test-Name
string

The test name

Example:

"Test 1"

Response

200 - application/json
Successful Response
status
string
message
string