You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseWishlistFactoryParams > removeItem

UseWishlistFactoryParams.removeItem property

Signature:

removeItem: (context: Context, params: {
        currentWishlist: WISHLIST;
        product: WISHLIST_ITEM;
        customQuery?: CustomQuery;
    }) => Promise<WISHLIST>;