Skip to main content
DELETE
/
api
/
v1
/
account
/
{auth_id}
/
conference
/
{conference_name}
/
member
/
{member_id}
Hang up a member
curl --request DELETE \
  --url https://api.vobiz.ai/api/v1/account/{auth_id}/conference/{conference_name}/member/{member_id}/ \
  --header 'X-Auth-ID: <api-key>' \
  --header 'X-Auth-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/conference/{conference_name}/member/{member_id}/
Disconnect a particular member from a conference. The member is identified using their member_id. This completely terminates the member’s call.
Authentication required: X-Auth-ID, X-Auth-Token, Content-Type: application/json
This terminates the member’s call entirely. To disconnect a member while allowing their XML flow to continue (e.g., play a message after disconnect), use Kick a Member instead.

Path parameters

ParameterTypeRequiredDescription
auth_idstringYesYour Vobiz account ID
conference_namestringYesName of the conference
member_idstringYesMember ID, comma-separated list of IDs, or all

Request body

No request body required.

Examples

curl -X DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/MyConf/Member/10/ \
  -H "X-Auth-ID: YOUR_AUTH_ID" \
  -H "X-Auth-Token: YOUR_AUTH_TOKEN"

Response

204 No Content
HTTP Status Code: 204

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

conference_name
string
required
member_id
string
required

Response

204

Member hung up