删除直播服务

更新时间:2021-02-18 15:44:49

描述

删除直播服务

请求参数

参数名参数类型是否必填参数说明
Action String

操作方法:DeleteLiveService,此参数为公共参数,不必放body里面

LiveServices String

直播服务数据对象 "LiveServices":[{"Region":"xxxxx,"LiveServiceId":"xxxxx"}]

返回参数

成功无返回

请求示例

post https://api.chinac.com/v2/?Action=DeleteLiveService
{
    "LiveServices": [{
        "Region": "xxxxx",
        "LiveServiceId ": "xxxxx "
        }]
}

返回示例

{
    "code": 10000,
    "message": "",
    "data": {
    }
}
*
*