Skip to main content
Disconnects a member from a multiparty call.

API Endpoint

POST
https://phlorunner.plivo.com/v1/phlo/{phlo_id}/multi_party_call/{node_id}/members/{member_address}

Arguments

URL Params

ParamTypeDescription/Allowed Values
phlo_id** (Required)**stringUnique identifier for the PHLO. PHLO IDs are listed on the PHLO page of the console.
node_id** (Required)**stringUnique identifier for the node, which is available in the configuration section of the corresponding multiparty call node in the PHLO.
MemberAddress** (Required)**Phone number or SIP endpoint address of the member to disconnect from the call.

Payload

ParamDescription/Allowed Values
action
Required
string

Value is always hangup.

Returns

Returns a Member object.
{
    "api_id": "11d8c251-d7bf-4aba-9763-985f21bcb455",
    "error": ""
}