curl --request DELETE \
--url https://services.leadconnectorhq.com/store/customer-access-center/wishlist/{productId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}It will delete product from wishlist
curl --request DELETE \
--url https://services.leadconnectorhq.com/store/customer-access-center/wishlist/{productId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Product Id
"5e8c3f5a812e52f9bd6ec577"
Was this page helpful?