superset_dashboard_delete
Permanently remove dashboards from Apache Superset by specifying the dashboard ID. This action cannot be undone.
Instructions
Delete a dashboard
Makes a request to the /api/v1/dashboard/{id} DELETE endpoint to remove a dashboard. This operation is permanent and cannot be undone.
Args: dashboard_id: ID of the dashboard to delete
Returns: A dictionary with deletion confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes |