Delete a team
umami_delete_teamPermanently delete a team by specifying its team_id and setting confirm to true. Reassign websites owned by the team before deletion to keep them accessible. Irreversible.
Instructions
Permanently delete a team. Websites owned by the team are not deleted, but become inaccessible through it; reassign them first if they still need a home.
This cannot be undone. Requires confirm=true.
Args:
team_id (string, required): Team UUID.
confirm (boolean, required): Must be true. There is no undo.
Returns: { "ok": true, "team_id": string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to true to confirm this destructive, irreversible action. There is no undo. | |
| team_id | Yes | Team UUID. |