cURL
curl --request DELETE \ --url https://api.example.com/store/wishlist/{id}/product/{reference_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "reference_id": "<string>", "object": "<string>", "deleted": true }
Deletes a wishlist entry by its ID for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the wishlist entry to delete.
OK
Id of the wishlsit nad reference id.
The type of resource
Indicates if the wishlist entry was deleted.