unwatch_topic
Delete a saved topic watch by providing the exact topic string to stop monitoring. Returns a clear error if no matching watch exists, preventing confusion when managing saved watches.
Instructions
Delete a saved topic watch by exact topic string. The topic must match the stored watch_topic value exactly. Returns a clear not-found error if no matching watch exists. Use list_watches to inspect saved watches before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Exact topic string of the watch to remove. Must match the topic used in watch_topic. |