Latest Legacy

Hang up a member

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

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.

Payload

Param Description/Allowed Values
action
Requiredstring

Value is always hangup.

Returns

Returns a Member object.

Response

HTTP Status Code: 201

{
    "api_id": "11d8c251-d7bf-4aba-9763-985f21bcb455",
    "error": ""
}