Hey folks,
I’m trying to drop a specific participant from a conference call using the Conversations API. The docs are a bit light on this.
I’ve tried sending a DELETE to /api/v2/conversations/calls/{conversationId}/participants/{participantId} but it kicks everyone off.
Is there a different endpoint or payload for just removing one person? I’ve got the participant ID from the WebSocket event.
Thanks.