ghl_product_review_delete
Delete a specific product review by providing its review ID, product ID, and location or agency ID.
Instructions
Delete Product Review Delete specific product review Endpoint: DELETE /products/reviews/{reviewId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| altType | Yes | ||
| reviewId | Yes | Review Id | |
| productId | Yes | Product Id of the product |