4
0
DELETE /threads/{threadId}/comments/{commentId}
Delete your comment from a thread.
threadId: thread-unique_id commentId: comment-unique_id
Authorization: Bearer {accessToken}
{ "status": "success" }