- Site
- Session
- User
- Callback
- Workflow
- File
- Share
- VAS
- Group
- WebDAV
Cancel task
DELETE
/workflow/download/{task_id}
Auth: JWT Required
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Path Params
task_id
string
required
Example:
jAMaCN
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/workflow/download/jAMaCN'
Responses
🟢200Success
application/json
Body
code
integer
required
0
- Success.Default:
0
Example:
0
msg
string
optional
Example
{
"code": 0,
"msg": ""
}
Modified at 2025-05-20 06:46:51