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 lists the rest of the Users & teams category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.