| Name | Type | Description | Notes |
|---|---|---|---|
| user_external_id | String | The externalId of the user that will be removed from the conversation. It will return 404 if the user can’t be found. | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ParticipantLeaveBodyUserExternalId.new(user_external_id: your-own-user-id)