Skip to main content
DELETE
https://api.clevrscan.com
/
api
/
document_history
/
{documentId}
curl -X DELETE "https://api.clevrscan.com/api/document_history/92343" \
  -H "X-API-Key: <api_key>"
{
  "deleted_id": 92343,
  "message": "Document deleted successfully"
}

Request Format

DELETE /api/document_history/{documentId}
X-API-Key: <api_key>

Path Parameters

ParameterTypeRequiredDescription
documentIdNumberYesUnique ID of the document history entry to delete
curl -X DELETE "https://api.clevrscan.com/api/document_history/92343" \
  -H "X-API-Key: <api_key>"
{
  "deleted_id": 92343,
  "message": "Document deleted successfully"
}