SunshineConversationsClient::ParticipantLeaveBodyParticipantId

August 27, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
participant_idStringThe participantId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ParticipantLeaveBodyParticipantId.new(
  participant_id: 42589ad070d43be9b00ff7e5
)