Skip to main content
DELETE
Hang up a member
Terminate an active conference member’s call. For a normal active member, Vobiz removes the member from the room, sends the conference exit callback, and ends the call.
Authentication required: X-Auth-ID, X-Auth-Token, Content-Type: application/json
Reused-member-ID edge case: If a member is kicked, continues its XML flow, and rejoins with the same numeric member ID, a later hang-up request can return 204 No Content without removing the rejoined leg. Use the most recent enter callback, make cleanup idempotent, and confirm removal through an exit or call hangup callback.
Kick a Member is not a direct replacement for hang up. Kick removes the member from the room but continues the participant’s XML flow after <Conference>; hang up ends the call.

Path parameters

Request body

No request body required.

Examples

Response

204 No Content
For a normal active member, 204 No Content is followed by a conference exit callback and call termination. In the reused-member-ID edge case described above, confirm the final state through callbacks.

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

Active member hung up