Skip to main content
POST
/
case
/
data
/
id
/
{caseDataId}
/
search
/
id
/
{searchId}
/
cancel
Cancel case data search
curl --request POST \
  --url https://api-stage.karmacheck.io/case/data/id/{caseDataId}/search/id/{searchId}/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

caseDataId
string
required

The ID of the case data containing the search.

searchId
string
required

The ID of the search to cancel.

Response

OK