delete_subtask
Delete a subtask by ID with item validation and logging of reason, severity, source, and type.
Instructions
Delete subtask with item validation (same logic as delete_task)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Subtask 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 |