跳到主要内容

刪除直播服務

描述

刪除直播服務

請求引數

引數名引數型別是否必填引數說明
ActionString操作方法:DeleteLiveService,此引數為公共引數,不必放body裡面
LiveServicesString直播服務資料物件 "LiveServices":[{"Region":"xxxxx,"LiveServiceId":"xxxxx"}]

返回引數

成功無返回

請求示例

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

返回示例

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