Delete cookbook
delete_cookbookDelete a saved recipe filter (cookbook) without affecting the recipes it matched. Requires two calls: first to get a confirmation token, then with that token to complete the deletion.
Instructions
Deletes a cookbook. The recipes it matched are not touched — a cookbook is only a saved filter. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookbook_id | Yes | Cookbook UUID, from list_cookbooks | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |