公共 OpenAPIPDF
DELETE
/openapi/v1/pdf/del_task删除当前 OAuth 应用创建的任务及其文件。 排队中的任务可以立即删除;正在处理的任务不能删除。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
task_id*string
创建任务时返回的任务 ID。
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/openapi/v1/pdf/del_task?task_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "code": 0, "message": "PDF 任务及其文件已删除", "data": null, "time": 1779502528}Empty
Empty
Empty
Empty
Empty