DELETE
/
api
/
v2
/
storefront
/
wishlists
/
{token}
curl --request DELETE \
  --url https://demo.spreecommerce.org/api/v2/storefront/wishlists/{token} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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
_mintlify/placeholder

204 Success - No Content