Delete a recipe comment
delete_recipe_commentDelete a recipe comment with a two-step confirmation process. Call once to get a token, then call again with the token to complete removal.
Instructions
Deletes a comment. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment UUID, from list_recipe_comments | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |