superset_dataset_delete
Delete a dataset permanently. Warns that linked charts and dashboards will stop working, and requires explicit confirmation to proceed.
Instructions
Delete a dataset. Charts using this dataset will stop working.
CRITICAL: deleting a dataset breaks all linked charts and dashboards.
Args: dataset_id: ID of the dataset to delete. confirm_delete: Deletion confirmation (REQUIRED).
Returns: JSON string with the deletion result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | ||
| confirm_delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |