DELETE
/
mr
/
api
/
v1
/
docs
/
{document_id}
curl --request DELETE \
  --url https://api.eka.care/mr/api/v1/docs/{document_id} \
  --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

document_id
string
required

Document ID to delete the document.