Skip to main content
POST
/
scans
/
{scanId}
/
cancel
Cancel a pentest
curl --request POST \
  --url https://app.strix.ai/api/v1/scans/{scanId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API token from Settings > API Access

Path Parameters

scanId
string
required

Response

200 - application/json

Pentest cancelled

message
string