remove_item
Delete an item from a Bring! shopping list without marking it as purchased. Select by name or UUID to remove the oldest match or a specific instance.
Instructions
Delete an item from a shopping list without marking it as purchased.
Args:
item: Item name, e.g. "Milk".
list: List name or uuid. Omit to use the BRING_LIST default.
item_uuid: Optional item uuid from `get_list_items`, to pick one of
several items sharing a name. Without it the oldest match is removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| list | No | ||
| item_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||