Skip to main content
DELETE
/
scanners
/
{scanner_uid}
/
delete
Delete Scanner
curl --request DELETE \
  --url https://oathnet.org/api/scanners/{scanner_uid}/delete \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt

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

Delete a scanner and its run history. A successful delete returns 204 No Content.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Path Parameters

scanner_uid
string
required

Response

204

Scanner deleted