remove_meeting_bot
Remove a bot from a meeting by specifying its unique ID. This tool enables efficient management of AI meeting bots across platforms like Zoom, Google Meet, and Microsoft Teams.
Instructions
Remove a bot from a meeting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bot_id | Yes | ID of the bot to remove |
Input Schema (JSON Schema)
{
"properties": {
"bot_id": {
"description": "ID of the bot to remove",
"type": "string"
}
},
"required": [
"bot_id"
],
"type": "object"
}