Remove items from a favorite list
PATCH/v2/favoritelists/:id/remove-items
Removes specific products and/or clusters from an existing favorite list.
Only the specified items are removed from the list. Items not specified in the request remain unchanged.
Supported Item Types:
- Products (by ID or Source)
- Clusters (by ID or Source)
- Mixed combinations of both
Non-existent items in the removal request are silently ignored.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The items have been successfully removed from the favorite list.
The request contains invalid data or ID format.
You do not have permission to modify this favorite list.
The favorite list with the specified ID was not found.
An unexpected error occurred while removing items.