删除单个录制文件,该接口支持从会议中删除指定的某个录制文件。
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/meeting/record/delete_file?access_token=ACCESS_TOKEN
请求包体:
{
"record_file_id": "fileid",
"meetingid":"ID"
}
参数说明:
参数 | 必须 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 调用接口凭证。获取方法查看“获取access_token” |
meetingid | 是 | string | 会议D |
record_file_id | 是 | string | 录制文件ID |
权限说明
返回结果:
{
"errcode": 0,
"errmsg": "ok"
}
参数说明:
参数 | 类型 | 说明 |
---|---|---|
errcode | int32 | 返回码 |
errmsg | string | 对返回码的文本描述内容 |