karea_delete_note
Delete a note permanently from a task using its note ID. Provide the task name or ID and the note UUID to remove the note irreversibly.
Instructions
Permanently delete a note from a task, by note ID. Irreversible.
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) |