delete-dashboard-tile
Delete a tile from a dashboard to remove outdated or unwanted content. The operation permanently deletes the tile; the underlying chart is not deleted if it is a saved chart.
Instructions
Delete a tile from a dashboard.
This permanently removes a tile from the dashboard. The operation cannot be undone.
When to use:
To remove outdated or unwanted tiles from a dashboard
To clean up dashboards during reorganization
To remove tiles before replacing them with updated versions
Important notes:
This is a destructive operation - the tile cannot be recovered after deletion
If the tile displays a saved chart, the chart itself is NOT deleted (only the tile reference)
Dashboard-only charts (charts that exist only in the tile) will be permanently lost
You should save the dashboard after deletion (this is done automatically)
Search behavior: Matches tile titles case-insensitively with partial matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_name | Yes | Name of the dashboard (supports partial matching) | |
| tile_identifier | Yes | Title of the tile or partial match to identify which tile to delete (e.g., 'active users' will match 'Daily Active Users Chart') |