---
title: "Remove Assistant from Meeting"
description: "Remove the Speak AI assistant from an active or scheduled meeting."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Assistant from Meeting

Use the Speak AI MCP server tool `remove_assistant_from_meeting` to remove the Speak
AI assistant from an active or scheduled meeting.

## What does it do?

Remove the Speak AI assistant from an active or scheduled meeting.

## Parameters

`remove_assistant_from_meeting` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `meetingAssistantEventId` | string | Yes | Unique identifier of the meeting assistant event |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for
`remove_assistant_from_meeting`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Can reach systems outside Speak AI.

## Related

- [Meeting bot](/mcp/tools/meeting-bot/) lists the rest of the Meeting bot category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/meeting-bot/remove_assistant_from_meeting/index.mdx
