Skip to main content
POST
/
case
/
archive
/
{caseId}
Archive case
curl --request POST \
  --url https://api-stage.karmacheck.io/case/archive/{caseId} \
  --header 'Authorization: Bearer <token>'
"success"

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 ID of the case to archive.

Response

OK

The response is of type string.