跳到主要内容

删除直播频道

服务地址

http://api-az-cn.danghongyun.com/rest

请求方法

POST

请求参数

参数说明类型是否必须
accessKey访问接口的accessKeyString必选
actionAPI名称,此接口为 "liveDelete"String必选
signature签名,请参考签名规则String必选
timestampAPI调用时间戳,1970年1月1日以来的毫秒数,如 1466488681033String必选
ids直播频道ID,多个ID用逗号分隔String必选

响应示例

{
"code": 0,
"message": "operation success",
"success": true
}