Skip to main content
POST
/
api
/
scans
/
{scan_id}
/
stop
Stop Scan
curl --request POST \
  --url https://api.example.com/api/scans/{scan_id}/stop \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Path Parameters

scan_id
string
required

Response

Successful Response

The response is of type Response Stop Scan Api Scans Scan Id Stop Post ยท object.