curl --request DELETE \
--url https://services.leadconnectorhq.com/products/reviews/{reviewId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true,
"message": "Successfully created"
}Delete specific product review
curl --request DELETE \
--url https://services.leadconnectorhq.com/products/reviews/{reviewId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true,
"message": "Successfully created"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Review Id
"6578278e879ad2646715ba9c"
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location Product Id of the product
"6578278e879ad2646715ba9c"
Was this page helpful?