superset_database_delete
Remove a database connection permanently from Apache Superset, including all associated datasets, using the DELETE endpoint.
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 |