Stop tracking a query
delete_watchRemove a watch. Pass its id (from list_watches) or the exact query text. Watches accumulated with no way to remove them; this closes that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Watch id from list_watches. | |
| query | No | Exact watched query, as an alternative to id. |