Remove a note from a Wanderlog trip
wanderlog_remove_noteRemove a note block from a Wanderlog trip by matching a substring of its text content. Use an optional day filter to narrow the search to a specific day.
Instructions
Removes a note block from a Wanderlog trip by matching a substring of its text content.
The match is case-insensitive. If exactly one note matches, it is deleted. If no notes match, an error is returned. If multiple notes match, a list of previews is returned — supply a more specific substring to narrow to one.
Use the optional 'day' filter to limit the search to a specific day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to remove from. | |
| text | Yes | Substring to match against note content (case-insensitive). | |
| day | No | Optional day to search. Accepts 'day 2', 'May 4', or ISO '2026-05-04'. Omit to search the entire trip. |