cancel_watch
Cancel a flight price watch by its watch ID. Use when you no longer want to monitor a specific route's prices.
Instructions
Cancel a previously created flight price watch by its watch_id. Use when the user says "stop watching that route", "cancel the Lisbon watch", "I already booked, take it off the list".
The watch is marked cancelled (not deleted), so it can still appear in list_active_watches(include_cancelled=true) if the user asks "what did I cancel?".
Returns {"watch_id": ..., "status": "cancelled"} on success.
If the user knows the route but not the watch_id, call list_active_watches first to find it, then pass the matching watch_id here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||