delete_data
Execute SQL DELETE queries to remove data from MySQL database tables using the MCP server. Simplify data management by securely deleting records with defined queries.
Instructions
Deletes data from a table in the MySQL database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The SQL DELETE FROM query to execute. |