刪除直播服務
描述
刪除直播服務
請求引數
引數名 | 引數型別 | 是否必填 | 引數說明 |
---|---|---|---|
Action | String | 是 | 操作方法:DeleteLiveService,此引數為公共引數,不必放body裡面 |
LiveServices | String | 是 | 直播服務資料物件 "LiveServices":[{"Region":"xxxxx,"LiveServiceId":"xxxxx"}] |
返回引數
成功無返回
請求示例
post https://api.yunpanel.com/v2/?Action=DeleteLiveService
{
"LiveServices": [{
"Region": "xxxxx",
"LiveServiceId ": "xxxxx "
}]
}
返回示例
{
"code": 10000,
"message": "",
"data": {
}
}