DROP DATA SOURCE
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP DATA SOURCE statement removes an existing data source from the Analytics Engine catalog.
This statement has the following format:
DROP DATA SOURCE [IF EXISTS] ["]datasource_name["]
IF EXISTS
(Optional) If specified, the command will not return an error if the named data source does not exist.
datasource_name
(Required) Specifies the name of the data source to remove. If the name contains spaces or reserved words, enclose it in double quotes.
Last modified date: 09/11/2026