karea_delete_note
Delete a note attached to a task by providing the task identifier and note UUID. Removes the specified note from the task's notes.
Instructions
Delete a note from a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name, visual ID (C1, T2), or UUID | |
| noteId | Yes | Note UUID (from karea_list_notes) | |
| projectId | No | Project name or ID (needed for visual ID lookup) |