Skip to main content
POST
/
case
/
id
/
{caseId}
/
cancel
Cancel a case
curl --request POST \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/cancel \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

caseId
string
required

the case you'd like to cancel

Response

OK