Delete a tag, category or tool
delete_organizerDelete a tag, category, or tool organizer from Mealie recipes while keeping the recipes intact. Requires a confirmation token to complete removal.
Instructions
Deletes a tag, category or tool. The recipes themselves are kept, but they lose the assignment. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID from list_organizers | |
| kind | Yes | Which organizer: "tag" (free-form labels), "category" (the primary classification, one recipe usually has few) or "tool" (equipment a recipe needs) | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |