1. Home
  2. Knowledge Base
  3. Delete Document

Delete Document

 

Delete the document with given document GUID

URL:

DELETE http://api.aurelon.com/api/v2/document/<DocumentGUID>

Request Headers:

Content-Type : application/json
MisKey : see Authentication

Response:

Content type application/json containing the result of the operation..

Success:

200 OK : “Resource successfully deleted”

Error:

  • 400 Bad Request : {“Message”:”Document is still in use”}
  • 401 Unauthorised : {“Message”: “Invalid MisKey”}
  • 401 Unauthorised : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
  • 404 Not Found : {“Message”:”DocumentGUID is not found”}
  • 500 Internal Server Error : {“Message”: “Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?