Delete a saved goal, funnel, journey, or retention report
umami_delete_saved_reportPermanently delete a saved report (goal, funnel, journey, or retention) from Umami using its report ID. Requires confirm=true and cannot be undone.
Instructions
Permanently delete a saved report (goal, funnel, journey, or retention) so it no longer appears in the Umami UI. Get the report ID from umami_list_saved_reports. For a segment or cohort, use umami_delete_segment_cohort instead.
This cannot be undone. Requires confirm=true.
Args:
report_id (string, required): The report's ID.
confirm (boolean, required): Must be true. There is no undo.
Returns: { "ok": true, "report_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. | |
| report_id | Yes | The report's ID, from umami_list_saved_reports. |