Skip to main content
POST
/
case
/
id
/
{caseId}
/
services
/
cancel
Cancel Case Service
curl --request POST \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/services/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "serviceIds": [
    "AAAAAA-AAAAAAA-AAAAAAA-AAAAAAA"
  ]
}
'

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 containing the service you would like to cancel

Body

application/json
serviceIds
string[]
required

Response

OK