---
title: "Delete Recorder"
description: "Permanently delete a recorder/survey."
---

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

Use the Speak AI MCP server tool `delete_recorder` to permanently delete a
recorder/survey.

## What does it do?

Permanently delete a recorder/survey. Existing recordings are preserved.

## Parameters

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

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `recorderId` | string | Yes | Unique identifier of the recorder to delete |

## Behaviour

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

- 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

- [Recorders & surveys](/mcp/tools/recorders-surveys/) lists the rest of the
  Recorders & surveys 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/recorders-surveys/delete_recorder/index.mdx
