> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove a Table

## Description

The `tables.drop()` method enables you to delete a table from a connected data source.

## Syntax

Here is the syntax:

```sql theme={null}
data_source.tables.drop('table_name')
```
