ecp_mysql_delete_row
Delete a specific row from a MySQL table by its primary key. Requires confirmation because the action is irreversible.
Instructions
Delete a row from a table, identified by primary_key. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| db_name | Yes | ||
| password | Yes | ||
| table_name | Yes | ||
| db_username | Yes | ||
| primary_key | Yes |