Skip to main content
DELETE
/
testimony
/
id
/
{testimonyId}
/
detach
/
case
/
id
/
{caseId}
Detach testimony from case
curl --request DELETE \
  --url https://api-stage.karmacheck.io/testimony/id/{testimonyId}/detach/case/id/{caseId} \
  --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

testimonyId
string
required

The ID of the testimony to remove from a case.

caseId
string
required

The identifier of the case.

Response

OK