delete_items
Delete items from a Listonic shopping list permanently. Specify item IDs to remove them entirely, not just check off.
Instructions
Delete items entirely (not check off — that's edit_items with is_checked).
Args: item_ids: ItemIDs to delete (from get_items). list_id: which list (from get_lists). Empty = the default list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | ||
| item_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |