Delete a website
umami_delete_websitePermanently remove a website and all its collected data from Umami. Requires explicit confirmation; use reset instead to keep the registration.
Instructions
Permanently delete a website registration and all of its collected data from Umami.
This cannot be undone. Requires confirm=true. To keep the registration and tracking ID but clear historical data, use umami_reset_website instead.
Args:
website (string, required): Website ID, name, or domain.
confirm (boolean, required): Must be true. There is no undo.
Returns: { "ok": true, "website_id": string }
Examples:
"Remove the old staging site from Umami entirely" -> website="staging.example.com", confirm=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to true to confirm this destructive, irreversible action. There is no undo. | |
| website | No | Website ID (UUID), name, or domain. Optional if UMAMI_DEFAULT_WEBSITE is set. Use umami_list_websites to discover values. |