Delete a comment

DELETE/products/{product_id}/comments/{comment_id}

Deletes a top-level comment together with all of its replies.

To remove a single reply while keeping the rest of the conversation, use the delete reply operation.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

product_id*string
comment_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/products/string/comments/string"
Empty