taskDelete
POST
/v2/openapi/video/history/task/deleteThe task of uploading historical video files will be automatically deleted within 7 days.
You can also directly delete the corresponding tasks and file storage through this API.
Request
Body Params application/json
id
string | null
required
id
Example
{
"id": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object ()
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {},
"msg": ""
}
Last modified: a month ago