刪除直播服務
描述?
刪除直播服務
請求參數?
| 參數名 | 參數類型 | 是否必填 | 參數說明 |
|---|---|---|---|
| Action | String | 是 | 操作方法:DeleteLiveService,此參數為公共參數,不必放body里面 |
| LiveServices | String | 是 | 直播服務數據對象 "LiveServices":[{"Region":"xxxxx,"LiveServiceId":"xxxxx"}] |
返回參數?
成功無返回
請求示例?
post //api.cn-henji.com/v2/?Action=DeleteLiveService
{
"LiveServices": [{
"Region": "xxxxx",
"LiveServiceId ": "xxxxx "
}]
}
返回示例?
{
"code": 10000,
"message": "",
"data": {
}
}