Scan Data
Delete Scan Results
Delete Scan Results by Scan Id
DELETE
/
api
/
{scanner}
/
results
/
{scanId}
Authorization
Path
curl --request DELETE \
--url https://api.novasec.io/api/{scanner}/results/{scanId} \
--header 'X-API-Key: <x-api-key>'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
scanner
string
requiredscanId
string
requiredcurl --request DELETE \
--url https://api.novasec.io/api/{scanner}/results/{scanId} \
--header 'X-API-Key: <x-api-key>'