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.
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.
HTTP Status Code: 204