Delete Dashboard
ha_config_delete_dashboardPermanently delete a storage-mode dashboard and all its configuration. Does not work on YAML-mode dashboards or the default dashboard.
Instructions
Delete a storage-mode dashboard completely.
WARNING: This permanently deletes the dashboard and all its configuration. Cannot be undone. Does not work on YAML-mode dashboards.
Accepts either the URL path or the internal dashboard ID. HA internal IDs may differ from url_path (e.g. hyphens → underscores); the tool resolves either form to the actual registry ID before deletion.
EXAMPLES:
Delete dashboard: ha_config_delete_dashboard("mobile-dashboard")
Note: The default dashboard cannot be deleted via this method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | Yes | Dashboard URL path or internal ID to delete (e.g., 'my-dashboard' or 'my_dashboard'). Both forms are accepted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||