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."
}This operation deletes the wishlist identified in the URI token.
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."
}Was this page helpful?