remove_user_chat_participant
Remove a participant from a chat room by specifying chat ID and participant ID. Manage chat room membership and conversation participants.
Instructions
Remove a participant from a chat room.
Args:
chat_id: The chat room ID (required).
participant_id: ID of participant to remove (required).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| participant_id | Yes |