cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove a wishlist

Former Member
0 Kudos

I was looking for a method that can remove a wish list from my database in Hybris native extension 'wishlist' but I didn't find it, can you suggest the best way to delete a wish list ?

Accepted Solutions (1)

Accepted Solutions (1)

raghavendra_desu
Contributor
0 Kudos

Hi Mustapha,

The default wishlist extension is not providing any method for removing wishlist. We can retrieve wishlist using wishlist service and we can remove it using modelService.remove(wishList).

Answers (0)