curl -X DELETE "https://api.clevrscan.com/api/document_history/92343" \ -H "X-API-Key: <api_key>"
{ "deleted_id": 92343, "message": "Document deleted successfully" }
Deletes a specific document entry from the document history.
DELETE /api/document_history/{documentId} X-API-Key: <api_key>