/mcp202: Successfully Accepted This response only indicates a successful completion of the request. The request is processed and the actual response is sent as part of a dialog notification. Note 400: Parameter Missing 400: Invalid Input 401: Authorization Failure 401: Invalid Authorization User Specified 404: Not Found (the dialog specified by the dialogId does not exist) 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: Dialog notification Notifications Triggered: Dialog—Drop Participant from Conference This API allows an agent or supervisor to make a request to drop other participants from a conference based on the permission set by the administrator. By default, this API is only available for supervisors, but the administrator can use the Finesse CLI to expand access to conference controllers or even all agents. This setting is reflected in the enableDropParticipantFor property. This API is only supported for Unified CCE deployments. The possible values for the enableDropParticipantFor property are: • supervisor_only—(default value) Only the supervisor, who is a participant of the conference call, can drop other agents in the conference call. • conference_controller_and_supervisor—The supervisor who is a participant of the conference call or an agent who initiated the conference call (conference controller) can drop other participants including CTI Route points and IVR ports. • all—Any agent or supervisor who is a participant of the conference call can drop other participants including CTI Route points and IVR ports. For example, if the permission is set to be supervisor_only, when the supervisor barges in to a call between an agent and a customer, the supervisor is the only one who can make a request to drop the agent from the call, leaving the supervisor on the call with the customer. For more information, see the Service Properties section in Cisco Finesse Administration Guide at https://www.cisco.com/c/en/us/support/customer-collaboration/finesse/products-maintenance-guides-list.html. After the participant is dropped from the conference, the call may become a two-party call or remain a conference call (if more than two parties remain on the call). Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 104 Cisco Finesse Desktop APIs Dialog—Drop Participant from Conference