superset_database_delete
Remove a database connection from Apache Superset permanently, including all associated datasets. This action cannot be undone.
Instructions
Delete a database connection
Makes a request to the /api/v1/database/{id} DELETE endpoint to remove a database connection. This operation is permanent and cannot be undone. This will also remove associated datasets.
Args: database_id: ID of the database to delete
Returns: A dictionary with deletion confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |