Delete a recipe comment
delete_recipe_commentDelete a recipe comment by providing its ID. Requires a confirmation token from the first call to complete deletion.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when entries were dropped to fit the budget. | |
| deleted_comment_id | Yes |