remove_item
Remove a specific item from a grocery list by providing the list ID and item ID.
Instructions
Remove an item from a grocery list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item to remove | |
| listId | Yes | The ID of the list containing the item |