disconnect_data
Delete a saved dataset to stop future use, and remove its backing connection when no other dataset relies on it.
Instructions
Delete a saved dataset and disconnect it from future use. When no other dataset in the workspace still uses the backing saved connection, that connection is deleted too and connection_deleted is true in the response. Requires manage permission on the dataset (access_scope_denied otherwise); an unknown dataset_id fails with not_found. Use list_data to confirm the dataset first — deletion is immediate. Returns dataset_id, status 'deleted', and connection_deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset ID from connect_data or list_data. |