---
title: "Delete Clip"
description: "Permanently delete a clip and its associated media file."
---

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

# Delete Clip

Use the Speak AI MCP server tool `delete_clip` to permanently delete a clip and its
associated media file.

## What does it do?

Permanently delete a clip and its associated media file.

## Parameters

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

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `clipId` | string | Yes | ID of the clip to delete |

## Behaviour

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

- Can change data in your workspace.
- Can delete or overwrite data. Use with care.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Clips](/mcp/tools/clips/) lists the rest of the Clips 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/clips/delete_clip/index.mdx
