删除录制文件
删除录制文件
1. 接口描述
接口名称:
/conference/movie/recordsDelete
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | 是 | int | 会议主持人ums userId |
tempConferenceIds | 是 | stringList | 临时会议ID数组,每次最大20场会议 |
传参示例
{
"userId": 63873738,
"tempConferenceIds ": ["5627222221", "89868687677", "2786363689"]
}
3. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
备注
- 更多返回错误代码请看首页的错误代码描述
返回示例
{
"status": 0,
"result": null,
"msg": "delete record success",
"request_id": "confopenapiserver-192.168.22.89-1609913798.679475000.81",
"reqid": "confopenapiserver-192.168.22.89-1609913798.679475000.81",
"request_duration": "2.77349593s"
}