Is it possible to terminate a single participant’s connection within an active conference call via the Conversations API without ending the entire session?
I am attempting to use DELETE /api/v2/conversations/conferences/{conferenceId} with a specific participant ID, but this endpoint appears to require the full conference ID and terminates all participants. My New Relic instrumentation shows the call remaining active after the request.
What is the correct endpoint or payload structure to eject a specific user?