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

# DROP EXTERNAL TABLE

Deletes the specified [external table](https://ydb.tech/docs/en/concepts/datamodel/external_table.md).

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

## Example

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