---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/drop-external-table.md?version=v26.1
  - https://ydb.tech/docs/ru/yql/reference/syntax/drop-external-table.md?version=v26.1
  - href: ru/yql/reference/syntax/drop-external-table.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: ru/core/yql/reference/syntax/drop-external-table.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/ru/llms.txt

# DROP EXTERNAL TABLE

Удаляет указанную [внешнюю таблицу](https://ydb.tech/docs/ru/concepts/datamodel/external_table.md?version=v26.1).

Если внешней таблицы с таким именем не существует, возвращается ошибка.

## Пример

```yql
DROP EXTERNAL TABLE my_table;
```

