Delete Reply to Buyer Comment

Delete a reply to a buyer's comment.

Request

DELETE /seller/v2/content/comment/reply
Name

Type

In

Description

replyId

string

body

The unique identifier of the reply.

curl -i -X DELETE \
  -d" {"replyId": "252"} \
  "https://devapi.samsungapps.com/seller/v2/content/comment/reply"

Response

Success

{
   "resultCode": "0000",
   "resultMessage": "Ok"
}

See Failure response codes for a list of possible response codes when a request fails.