Delete Comment From Thread

DELETE /threads/{threadId}/comments/{commentId}/replies/{replyId}

Delete your reply from a thread comment.

Path Params
threadId: thread-unique_id
commentId: comment-unique_id
replyId: reply-unique_id
Headers
Authorization: Bearer {accessToken}

Response

200 OK
Response Body
{
  "status": "success"
}