Delete Product Review Comments
Notice
Please contact SHOPLINE Merchant Success team to enable this function.
請向SHOPLINE Merchant Success團隊申請開啟此功能。
Function
To delete a product review comment.
刪除一個商品評價。
URL
DELETE <<api_domain>>/v1/product_review_comments/:product_review_comment_id
Request Parameters
Parameter | Type | Description | Example |
---|---|---|---|
product_review_comment_id | String | Product review comment id 商品評價id | 5f7445bfe38809e0bd46c370 |
Response Example
{
"result": "success"
}
Updated 12 months ago