We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
DELETE /api/post/:postId/comment/:id
header
{ "Cookie": "쿠키 값", }
body
{ }
Success : 200
{ "postId" : 2, "commentId" : 1 }
Fail : 403 로그인 된 계정과 댓글의 유저 아이디가 다를 경우
"삭제 할 권한이 없습니다."