> ## 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.

# Delete From a Table

## Description

The `delete()` function is executed on a table from a data source connected to MindsDB. It deletes rows from a table.

## Syntax

Here is the syntax:

```sql theme={null}
data_source.tables.table_name.delete(key=values, ...)
```
