Overview

Sample Code

Web Hooks

IVR Web Hook SurVo NetGet Custom Audio Prompts Post Call Action Agent Panel Lookup Distributor Form

Call Initiation API

Click-to-Call Click-to-Find Me Click-to-Find Me List Click-to-Virtual Receptionist Click-to-Voice Mail Click-to-SurVo Click-to-IVR Click-to-Agent

Administration API

addonsbroadcastclicktoconferencecostfindmegeneralgrouplocatornumbersrecordingregisterednumbersreportroutingsmssurvoverifymenowvmail

conference.attendee.remove

Remove an attendee from a scheduled conference.

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
usr_conference_id (required)
Conference ID to remove attendee(s) from.
usr_conference_attendee_id (required)
Either a single conference attendee ID, or a bar-delimited list of conference attendee IDs to remove from the conference. Will only succeed for conference attendees that have not yet actively participated in the conference.

Notes

Attendees can only be removed by this method before they participate in the call. Once they've participated they cannot be removed, even if they are not currently connected to the conference call. To remove an attendee from a call in progress, use the attendee.kick web request.

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=conference.attendee.remove
&usr_conference_id=3731
&usr_conference_attendee_id=12181

Example Response

<response>

<result>success</result>

<result_description>Successfully removed 1 attendee(s) from the Smart Conference</result_description>

<usr_conference_id>3731</usr_conference_id>

<attendees_removed>1</attendees_removed>

</response>

API Test Panel

NOTE: The API Test Panel can be used to try out the various API methods
using the actual data from your account. You must be logged
into your account to make any API calls using the test panel.

 

URL:

XML Result: