remove_from_watchlist
Remove an item from your eBay watchlist by providing its item ID. The removal is reversible.
Instructions
Remove an item from the authenticated user's watchlist.
Trading API RemoveFromWatchList. Fully reversible — call
add_to_watchlist with the same item_id to undo.
Args: item_id: numeric eBay item ID currently on the watchlist. host: configured host. Defaults to default_host.
Returns:
dict with host, item_id, removed: True, and
watch_list_count (total items in the watchlist after the
operation). Raises ValueError on empty item_id. eBay-side
errors (item not on watchlist, etc.) surface as TradingApiError.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| host | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||