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

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

History cleared successfully

success
boolean
required
error
string
message
string