---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/drop-external-data-source.md?version=v26.1
  - https://ydb.tech/docs/ru/yql/reference/syntax/drop-external-data-source.md?version=v26.1
  - href: en/yql/reference/syntax/drop-external-data-source.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
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?version=v26.1).

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

## Example

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