cURL
curl --request DELETE \ --url https://api.projectdiscovery.io/v1/scans/vulns \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "ids": [ "<string>" ], "type": "<string>", "vuln_status": [ "<string>" ], "scan_id": "<string>", "severity": [ "<string>" ], "host": [ "<string>" ], "template": [ "<string>" ], "search": "<string>" }'
{ "message": "<string>" }
Batch Delete scan vulnerability
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?