PATCH /api/v2/conversations/voice/{conversationId} disconnecting participant returns 409

Attempting to drop a specific participant from a conference call using the PATCH /api/v2/conversations/voice/{conversationId} endpoint. The request body contains the correct actionId for the disconnect action, yet the API consistently returns a 409 Conflict. Is there a specific state requirement for the participant before this action can be applied?