Help & DocumentationLive Video BroadcastingCloud APILive API 2017Channel Hosting (old)Server APIDelete Recording Task
1. API Description
Domain name: live.api.qcloud.com
2. Input Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
channelId | Yes | String | Channel ID |
taskId | Yes | Int | Task ID |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
code | Int | Error code. 0: Successful; other values: Failed |
message | String | Error message |
4. Example
Input 1
http://domain/v2/index.php?Action=DeleteRecord&channelId=123&taskId=1&Common request parameters
Output 1
{
"code": 0,
"message": "",
}