Skip to content

Delete like

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

좋아요 삭제

Context-type : application/json

DELETE /api/post/:id/like

Request

header

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

body

{

}

Response

Success : 200

{
    "userId" : 2,
}

Fail : 404 게시물이 없을 경우

     "message": "포스트가 존재하지 않습니다."
Clone this wiki locally