Skip to main content
DELETE
/
api
/
v2
/
storefront
/
wishlists
/
{token}
Delete a Wishlist
curl --request DELETE \
  --url https://demo.spreecommerce.org/api/v2/storefront/wishlists/{token} \
  --header 'Authorization: Bearer <token>'
{
  "error": "You are not authorized to access this page."
}

Authorizations

Authorization
string
header
required

User token to authorize Cart and Checkout requests.

It is required to associate Cart with the User.

Path Parameters

token
string
required

The token is a unique string used to identify the target resource.

Response

204 Success - No Content