Latest Legacy

Hang up a member

This method lets you hang up a particular member of a conference. The member to be disconnected needs to be identified using the member_id.

API Endpoint

DELETE https://api.plivo.com/v1/Account/{auth_id}/Conference/{conference_name}/Member/{member_id}/


The member_id attribute that’s passed in the URL can be either a member_id or the string all. In the latter case, the hangup action is performed on all members of the conference.

Arguments

No arguments need to be passed.

Response

HTTP Status Code: 204