delete_task
Delete a task by ID with required validation notes. Specify reason, severity, and source to document the deletion.
Instructions
Delete task with item validation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| note_reason | Yes | Deletion reason | |
| note_severity | Yes | 'info', 'warning', 'error' | |
| note_source | Yes | 'ai' or 'user' | |
| note_type | Yes | 'entry_deletion' | entry_deletion |