delete_data
Delete rows from a Turso database table by specifying the table name and a WHERE condition to target specific records.
Instructions
Deleta dados de uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Nome da tabela | |
| where | Yes | Condição WHERE (ex: 'id = 1') |