Skip to content
김은우 edited this page Jun 1, 2020 · 2 revisions

로그아웃

Context-type : application/json

POST /api/user/logout

Request

header

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

Response

Success : 200

{
    "message": "logout 성공"
}

Fail : 401 로그인을 하지 않았을 때

{
    "message": "로그인이 필요합니다."
}
Clone this wiki locally