Delete Comment
delete comment by commentId
DELETE
/posts/{postId}/comments/{commentId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"success": "Comment has successfully deleted."
}
Last updated