Delete a scan using scanId
curl --request DELETE \ --url https://api.projectdiscovery.io/v1/scans/{scan_id} \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "ok": true }
Was this page helpful?