remove_agent_chat_participant
Remove users or agents from chat rooms to manage participant access. Requires chat room owner or admin permissions to execute.
Instructions
Remove a participant from a chat room.
Removes a participant (user or agent) from the specified chat room.
The acting agent must be the owner or admin of the room.
Args:
chat_id: The unique identifier of the chat room (required).
participant_id: The participant's ID to remove (required).
Returns:
Success message confirming the participant was removed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| participant_id | Yes |