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”}