DELETE
/
mr
/
api
/
v1
/
cases
/
{id}
Delete Case
curl --request DELETE \
  --url https://api.eka.care/mr/api/v1/cases/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Pt-Oid: <x-pt-oid>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Headers

X-Pt-Oid
string
required

Patient ID

Path Parameters

id
string
required

Unique case ID

Response

204

Case deleted successfully (no content)