Delete a finished report
Authorization
bearerAuth AuthorizationBearer <token>
Create a key under Account → API. Send it as Authorization: Bearer st_live_…. Keys carry scopes: checks:write (create, cancel, delete), checks:read (list, get) and usage:read (credit position).
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/checks/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Get a check GET
The status, progress and phase while the check runs; the report once it is done. `?view=summary` returns the scalar fields and scores only (cheap polling); `?include=` names the report parts to return (text, spans, matches, sources, issues, scores, meta) and wins over `view`. The default is the full report.
Cancel a running check POST
Next Page