Skip to main content
POST
/
reports
/
{reportId}
/
dismiss
Dismiss a report
curl --request POST \
  --url https://api.kansato.com/sdk/whistle/v1/reports/{reportId}/dismiss \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "false_positive"
}
'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.kansato.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key with wh_ prefix. Send as Bearer token: Authorization: Bearer wh_xxxxxxxxxxxx

Path Parameters

reportId
string
required

Body

application/json
reason
enum<string>
required
Available options:
false_positive,
duplicate,
out_of_scope,
not_actionable,
other

Response

Report dismissed

ok
boolean
required