Delete a category or label
delete_category_or_labelDelete a category or label from FreshRSS using a two-step confirmation: first call obtains a token, second call with token executes the deletion. Feeds are reassigned to default, labels detached.
Instructions
Deletes a category (its feeds move to the default category, no articles are lost) or a user label (it is detached from every article). FreshRSS matches categories first, so a category and a label of the same name cannot be told apart here. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name, exactly as in list_categories | |
| confirm_token | No | Token from the first call of this tool |