mineru-web
  1. analysis
mineru-web
  • analysis
    • 上传pdf
      POST
    • 提交解析任务
      POST
    • 查询解析任务进度
      GET
    • 查询当前正在进行的任务
      GET
    • 获取任务历史记录
      GET
    • 删除历史记录
      DELETE
    • 重新发起任务
      PUT
    • 编辑markdown
      PUT
  1. analysis

删除历史记录

开发中
DELETE
/api/v2/extract/task/{id}

请求参数

Path 参数
id
string 
路径参数,任务id
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v2/extract/task/'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
object 
必需
id
integer 
任务id
必需
msg
string 
必需
success
boolean 
必需
示例
{"code":200,"data":{"id":1},"msg":"success","success":true}
修改于 2024-09-06 09:25:32
上一页
获取任务历史记录
下一页
重新发起任务
Built with