delete_project_entry
Delete a project entry from a specified table by record ID, automatically routing to specialized functions and logging a deletion note with reason and severity.
Instructions
Smart delete with automatic routing to specialized functions when needed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| id | Yes | Record ID | |
| note_reason | Yes | Deletion reason | |
| note_severity | Yes | "info", "warning", "error" | |
| note_source | Yes | "ai" or "user" | |
| note_type | Yes | "entry_deletion" |