---
title: "Delete User Group"
description: "Delete a user group."
---

> 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 User Group

Use the Speak AI MCP server tool `delete_user_group` to delete a user group.

## What does it do?

Delete a user group. This removes the group only; it does not delete the users
themselves.

## Parameters

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

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | Yes | Group _id to delete (from `list_user_groups`) |

## Behaviour

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

- 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

- [Users & teams](/mcp/tools/users-team/) lists the rest of the Users & teams
  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/users-team/delete_user_group/index.mdx
