Unsubscribe from a feed
unsubscribe_feedDeletes a feed and all its stored articles, read state, and stars. First call returns a confirmation token; second call with that token permanently removes the feed from your FreshRSS instance.
Instructions
Deletes a feed together with all of its stored articles, read state and stars. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion. This cannot be undone — re-subscribing starts from whatever the feed currently offers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id | Yes | Numeric feedId from list_feeds | |
| confirm_token | No | Token from the first call of this tool |