---
title: "Cancel Scheduled Meeting Assistant"
description: "Cancel and delete a scheduled meeting assistant event."
---

> 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.

# Cancel Scheduled Meeting Assistant

Use the Speak AI MCP server tool `delete_scheduled_assistant` to cancel and delete a
scheduled meeting assistant event.

## What does it do?

Cancel and delete a scheduled meeting assistant event.

## Parameters

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

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

## Behaviour

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

- Can change data in your workspace.
- Can delete or overwrite data. Use with care.
- 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/delete_scheduled_assistant/index.mdx
