销毁会中监控任务

结束会议

1. 接口描述

接口名称:

/eventopenapi/event/stream/monitor/destroy

发送方式:

POST

参数格式:

accept: application/json;content-type: application/json

2. 输入参数

Http Header

参数名 必选 类型 说明
token 接口调用鉴权参数 也可以放在http body中

Http Body

参数名 必选 类型 说明
eventId int 全时会议ID
isAll int 是否销毁会议中的所有订阅任务, isAll = 1时 ,会忽略taskList参数
taskList 字符串数组 订阅任务列表, isAll = 0时, 销毁一个或多个订阅任务

isAll = 0 并且 taskList为空时报错

请求示例

传参示例

{
    "eventId":20000,
    "isAll" : 0,
    "taskList":["1","2","3"]
}

3. 返回参数

参数名 类型 说明
code int 200:成功
msg string 消息
data Array null, 暂无内容
requestId string 请求ID

返回示例

{
    "code": 200,
    "msg": "success",
    "data":null,
    "timeStamp": 1654581754054,
    "requestId": "58.322906ms"
}

备注

  • 更多返回错误代码请看首页的错误代码描述