delete_product_review
Permanently delete a product review from your Shopline store. Removes violations, malicious or test reviews, updating comment count and average rating.
Instructions
[WRITE] 刪除單筆商品評論。
【用途】 從 Shopline 商店中永久刪除指定評論,適用於移除違規、惡意或測試用評論。
【呼叫的 Shopline API】
DELETE /v1/product_review_comments/{comment_id}
【回傳結構】 dict 含 success: bool, resource_id: str, message: str。
【副作用】
永久刪除評論記錄,不可復原
商品的評論總數與平均評分將同步更新
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | 評論 ID |