delete_note
Remove a note from a task by providing the note ID and optional task identifiers. Returns confirmation with transaction ID.
Instructions
Delete a note from a task.
Args: note_id: ID of the note to delete task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: Deletion confirmation with transaction ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||