feed_unsubscribe
Stop future polling by removing a feed subscription. Clears deduplication history, so re-subscribing may re-ingest old items; existing memory entries remain.
Instructions
Unsubscribe from a feed and stop future polling.
Removes the subscription and its seen-item deduplication history. Memory entries already written from this feed are NOT deleted, only the subscription is removed. If the feed is re-subscribed later, previously seen items may be re-ingested. Use feed_list() to find the feed_id.
Args: feed_id: ID from feed_list().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id | Yes | ID from feed_list(). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |