This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable version of this article.
catalog_data_source.
delete_data_source
delete_data_source(data_source_id: str)
Deletes data source using data source id.
Parameters
| name | type | description |
|---|---|---|
| data_source_id | string | Data source identification string e.g. "demo" |
Returns
None
Example
# Delete a data source via source id.
sdk.catalog_data_source.delete_data_source(data_source_id="123")