删除具有给定文档 GUID 的文档
网址:
删除http://api.aurelon.com/api/v2/document/<文档GUID>
请求标头:
内容类型:应用程序/json
MisKey:见认证
回复:
包含操作结果的内容类型 application/json。 .
成功:
200 OK: “资源成功删除”
错误:
- 400 错误请求: {“消息”:“文档仍在使用中”}
- 401 Unauthorized : {“Message”: “Invalid MisKey”}
- 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 404 未找到: {“消息”:“未找到 DocumentGUID”}
- 500 内部服务器错误: {“消息”:“内部服务器错误”}