Delete a tag, category or tool
delete_organizerDelete a tag, category, or tool from Mealie. Recipes remain but lose this assignment. Requires a confirmation token: call once to get it, then confirm with the token.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| truncated | No | Present only when entries were dropped to fit the budget. | |
| deleted_id | Yes |