Skip to main content
DELETE
/
probe
/
scans
/
{scanId}
/
result
Delete scan
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/probe/scans/{scanId}/result \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

scanId
string
required

Response

Scan deleted successfully

success
boolean