Request

Header

Name Type Value
Authorization String access Token

Query Params

pk: int #메뉴 ID

Response

200

{
    "message": "메뉴 스크랩 취소 성공",
    "data": {
		    "menu":1,
        "is_liked": false
    }
}

401

로그인 하지 않고 접근하였을 경우

{
    "detail": "자격 인증데이터(authentication credentials)가 제공되지 않았습니다."
}