Skip to main content
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-Id: <x-pt-id>'
{
  "error": "Unauthorized access. Please provide a valid token.",
  "code": "UNAUTHORIZED"
}

Documentation Index

Fetch the complete documentation index at: https://ekacare-mintlify-changelog-may2-april-monthly-1777856908.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Pt-Id
string
required

Patient ID

Path Parameters

id
string
required

Unique case ID

Response

Case deleted successfully (no content)