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

# DROP TABLE

Deletes the specified table.

If there is no such table, an error is returned.

## Examples

```yql
DROP TABLE my_table;
```

