Medical Document Parsing
Delete Document
This API is used to delete a document using a document ID.
DELETE
API to delete a uploaded document from using a document_id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Document ID to delete the document.
Example:
"2df9e795-d368-4ceb-be9d-b44281703827"
Query Parameters
Include the patient identifier (p_oid) to delete a patient's record. Applicable only for EMR cases.
Response
200
Document deleted successfully.