Skip to main content
DELETE
/
v1
/
scan-history
Clear scan history
curl --request DELETE \
  --url http://localhost:3000/v1/scan-history
{
  "success": true,
  "error": "<string>",
  "message": "<string>"
}

Response

200 - application/json

History cleared successfully

success
boolean
required
error
string
message
string