Disconnects a member from a multiparty call.
POST
https://phlorunner.plivo.com/v1/phlo/{phlo_id}/multi_party_call/{node_id}/members/{member_address}
Param | Description/Allowed Values |
phlo_idRequiredstring | Unique identifier for the PHLO. PHLO IDs are listed on the PHLO page of the console. |
node_idRequiredstring | Unique 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. |
Param | Description/Allowed Values |
action Requiredstring |
Value is always hangup. |
Returns a Member
object.
HTTP Status Code: 201
{
"api_id": "11d8c251-d7bf-4aba-9763-985f21bcb455",
"error": ""
}