delete_item
Remove an item from a shopping list by specifying the list ID and item ID to keep your lists organized.
Instructions
Delete an item from a shopping list.
Args: list_id: The numeric ID of the shopping list. item_id: The numeric ID of the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |