Hey folks,
Trying to drop a specific user from a conference call via the API. I’m hitting POST /api/v2/conversations/conversations/{conversationId}/participants/{participantId} with an empty body, expecting it to kick them out. Instead, I’m getting a 405 Method Not Allowed. The docs say this endpoint supports POST for participant actions. Am I missing a header or is there a different endpoint for disconnecting?