---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/drop-external-data-source.md
  - https://ydb.tech/docs/ru/yql/reference/syntax/drop-external-data-source.md
sourcePath: en/core/yql/reference/syntax/drop-external-data-source.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# DROP EXTERNAL DATA SOURCE

Deletes the specified [external data source](https://ydb.tech/docs/en/concepts/datamodel/external_data_source.md).

If no external data source with that name exists, an error is returned.

## Example

```yql
DROP EXTERNAL DATA SOURCE my_external_data_source;
```
