delete_note
Remove notes from Remember The Milk tasks to keep task management organized and focused. Specify note ID and optional task identifiers for precise deletion.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |