Skip to main content
DELETE
Remove item from wishlist

Request

Headers

Path parameters

Without a variantId, the product is removed regardless of which variant was saved — so a shopper who hearted a specific variant can un-heart it with the plain /wishlist/{productId} route.

Request examples

Remove product (all saved variants)

Remove specific variant

Successful response

Error response

Authorizations

Authorization
string
header
required

JWT issued by the Salesive Store API for authenticated shoppers.

x-shop-id
string
header
required

Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.

Headers

x-shop-id
string

Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.

Path Parameters

productId
string
required

Identifier of the wishlist item to remove — a product, food, or service id. Without a variantId, removes the product regardless of the saved variant.

Response

Item removed from wishlist.

status
integer
required
success
boolean
required
message
string
required
data
object
required