ecp_mssql_delete_row
Delete a single row from a Microsoft SQL Server table by its primary key value. Use this to remove specific records after confirming the action, as the deletion is permanent and cannot be undone.
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 |