Delete Dashboard Resource
ha_config_delete_dashboard_resourceDelete a dashboard resource in Home Assistant. Removes a resource to prevent it from loading on dashboards, but verify no custom cards depend on it.
Instructions
Delete a dashboard resource.
Removes a resource from Home Assistant. The resource will no longer be loaded on dashboards.
WARNING: Deleting a resource used by custom cards in your dashboards will cause those cards to fail to load.
EXAMPLES: ha_config_delete_dashboard_resource(resource_id="abc123")
Note: Use ha_config_list_dashboard_resources() to find resource IDs before deleting. Ensure no dashboards depend on the resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | Resource ID to delete. Get from ha_config_list_dashboard_resources() |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||