cURL
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.
This endpoint allows deleting a case using the case ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Patient ID
Unique case ID
Case deleted successfully (no content)
Was this page helpful?