华为云会议
| Details
  • 登录鉴权
    • CheckToken
    • CreateAppIdToken
    • CreatePortalRefNonce
    • CreateProxyToken
    • CreateToken
    • DeleteToken
    • SetSsoConfig
    • ShowSsoConfig
    • UpdateToken
  • 会议管理
    • CancelMeeting
    • CancelRecurringMeeting
    • CancelRecurringSubMeeting
    • CheckCallNumberInConf
    • CreateAnonymousAuthRandom
    • CreateAuthRandom
    • CreateMeeting
    • CreateRecurringMeeting
    • DeleteRecordings
    • ListOnlineConfAttendee
    • SearchAttendanceRecordsOfHisMeeting
    • SearchCtlRecordsOfHisMeeting
    • SearchHisMeetings
    • SearchMeetings
    • SearchOnlineMeetings
    • SearchRecordings
    • ShowConfOrg
    • ShowHisMeetingDetail
    • ShowMeetingDetail
    • ShowOnlineMeetingDetail
    • ShowOrgRes
    • ShowRecordingDetail
    • ShowRecordingFileDownloadUrls
    • ShowRegionInfoOfMeeting
    • ShowSpRes
    • StartMeeting
    • UpdateMeeting
    • UpdateRecurringMeeting
    • UpdateRecurringSubMeeting
  • 会议控制
    • AllowClientRecord
    • AllowGuestUnmute
    • AllowWaitingParticipant
    • BatchHand
    • BroadcastParticipant
    • CancelBroadcast
    • CreateConfToken
    • CreateWebSocketToken
    • DeleteAttendees
    • DeleteLayout
    • Hand
    • HangUp
    • InviteOperateVideo
    • InviteParticipant
    • InviteShare
    • InviteWithPwd
    • Live
    • LockMeeting
    • LockView
    • MoveToWaitingRoom
    • MuteMeeting
    • MuteParticipant
    • ProlongMeeting
    • Record
    • RenameParticipant
    • RollcallParticipant
    • SaveLayout
    • SetCohost
    • SetCustomMultiPicture
    • SetHostView
    • SetMultiPicture
    • SetParticipantView
    • SetRole
    • ShowLayout
    • ShowRealTimeInfoOfMeeting
    • StopMeeting
    • SwitchMode
    • UpdateStartedConfConfig
  • 企业级会议事件推送设置
    • DeleteWebHookConfig
    • SetWebHookConfig
    • ShowWebHookConfig
    • UpdateWebHookConfigStatus
  • 企业管理
    • AddCorp
    • DeleteCorp
    • SearchCorp
    • SearchCorpResources
    • ShowCorp
    • ShowCorpBasicInfo
    • ShowCorpResource
    • UpdateCorp
    • UpdateCorpBasicInfo
  • 企业部门管理
    • AddDepartment
    • DeleteDepartment
    • SearchDepartmentByName
    • ShowDepartment
    • ShowDeptAndChildDept
    • UpdateDepartment
  • 用户管理
    • AddUser
    • BatchDeleteUsers
    • BatchShowUserDetails
    • BatchUpdateUserStatus
    • CheckVeriCodeForUpdateUserInfo
    • InviteUser
    • SearchUsers
    • SendVeriCodeForUpdateUserInfo
    • ShowMyInfo
    • ShowUserDetail
    • UpdateContact
    • UpdateMyInfo
    • UpdateUser
  • 企业管理员管理
    • AddCorpAdmin
    • BatchDeleteCorpAdmins
    • SearchCorpAdmins
    • ShowCorpAdmin
  • 硬终端管理
    • AddDevice
    • BatchDeleteDevices
    • BatchUpdateDevicesStatus
    • SearchDevices
    • ShowDeviceDetail
    • ShowDeviceStatus
    • ShowDeviceTypes
    • UpdateDevice
  • 激活码管理
    • CreateVisionActiveCode
    • DeleteVisionActiveCode
    • ResetActivecode
    • ResetVisionActiveCode
    • SearchVisionActiveCode
  • 云会议室管理
    • AssociateVmr
    • DeleteCorpVmr
    • DisassociateVmr
    • SearchCorpVmr
    • SearchMemberVmr
    • UpdateMemberVmr
  • 用户密码管理
    • CheckSlideVerifyCode
    • CheckVerifyCode
    • ResetPwd
    • ResetPwdByAdmin
    • SendSlideVerifyCode
    • SendVeriCodeForChangePwd
    • UpdatePwd
  • 查询企业通讯录
    • SearchCorpDir
    • SearchCorpExternalDir
  • 企业资源管理
    • AddResource
    • DeleteResource
    • SearchResource
    • SearchResourceOpRecord
    • ShowSpResource
    • UpdateResource
  • 会议纪要
    • AddToPersonalSpace
    • SearchMeetingFileList
    • ShowMeetingFile
    • ShowMeetingFileList
  • 信息窗发布管理
    • AddPublication
    • BatchDeletePublications
    • SearchPublications
    • ShowPublication
    • UpdatePublication
  • 信息窗节目管理
    • AddProgram
    • BatchDeletePrograms
    • SearchPrograms
    • ShowProgram
    • UpdateProgram
  • 信息窗素材管理
    • AddMaterial
    • BatchDeleteMaterials
    • SearchMaterials
    • UpdateMaterial
  • 用户头像管理
    • SetProfileImage
    • SetUserProfileImage
  • 企业应用管理
    • AddAppId
    • BatchSearchAppId
    • DeleteAppId
    • ResetAppKey
    • UpdateAppId

DeleteAttendees

POST
https://api.meeting.huaweicloud.com/v1/mmc/control/conferences/attendees/delete
Advanced
Required parameters only
Default
Encrypt sensitive parameters
*
Region
Headers
*
X-Conference-Authorization
Parameters
*
conferenceID
Body
*{
*
bulkDelAttendInfo
: [
* {
*
number
:
*
participantID
:
*}
+Add
*]
}
API Description

This API is used to remove participants in a meeting.

URL
POST  https://api.meeting.huaweicloud.com/v1/mmc/control/conferences/attendees/delete
Request Parameters
NameTypeINMandatoryDescription
X-Conference-Authorization
stringheader Yes

Meeting control token, which is obtained through the API for [obtaining a meeting control token].

conferenceID
stringquery Yes

Meeting ID.

Body Parameters
NameTypeMandatoryDescription
bulkDelAttendInfo
Array of DelAttendInfo objects Yes

List of participants to remove.

Parameter:
bulkDelAttendInfo
NameTypeMandatoryDescription
number
string Yes

Participant number.

participantID
string No

Participant ID. This parameter is mandatory for participants who have joined the meeting.

Response Parameters
Status code: 200

Operation successful.

Status code: 500

Server internal error.

NameTypeDescription
error_code
string

error code.

  • MMC.111072005 - CONF_NOT_STARTED
  • MMC.111072065 - CONF_NOT_FOUND_OR_AUTH_FAILED
error_msg
string

error message.

Example Request
Example 1
"POST https://{endpoint}/v1/mmc/control/conferences/attendees/delete?conferenceID=914067448"
{ "bulkDelAttendInfo": [ { "number": "991116006724", "participantID": "54f20ff253d911eab6b79d47d172efc4" } ] }
Example Response
Status code: 500

Server internal error.

Example 1
{
"error_code": "MMC.111072065",
"error_msg": "CONF_NOT_FOUND_OR_AUTH_FAILED"
}
SDK
Click 华为云会议 (Meeting) SDK to download the SDK in your programming language or view the SDK documentation. To learn how to install an SDK and perform authentication, read Usage.
Error Code

Outline

API Description
URL
Request Parameters
Response Parameters
Example Request
Example Response
SDK
Error Code