DELETE
/
v1
/
scans
/
{scan_id}
curl --request DELETE \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "ok": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

scan_id
string
required

Response

200
application/json
Example response
message
string
required
ok
boolean