Cancel a running check

POST
/v1/checks/{id}/cancel

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
Formatuuid

Response Body

application/json

curl -X POST "https://example.com/v1/checks/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"
Empty