Skip to content

Delete comment

김은우 edited this page Mar 20, 2020 · 1 revision

댓글 삭제

Context-type : application/json

DELETE /api/post/:postId/comment/:id

Request

header

{
	"Cookie": "쿠키 값",
}

body

{

}

Response

Success : 200

{
    "postId" : 2,
    "commentId" : 1
}

Fail : 403 로그인 된 계정과 댓글의 유저 아이디가 다를 경우

     "삭제 할 권한이 없습니다."
Clone this wiki locally