-
Notifications
You must be signed in to change notification settings - Fork 0
찜해제
jongchan lee edited this page Jul 8, 2019
·
4 revisions
이종찬
Method | URL | Description |
---|---|---|
DELETE | /goods/:goodsIdx/scrap | 찜해제 |
-
요청 헤더
Content-Type : application/json authorization
-
파라미터
goodsIdx : "굿즈 아이디"
-
응답 성공
// 200 { "message": "Success", "data": {} }
-
응답 실패
// status : 401 jwt 안넣어주었을때
{
"message": "jwt must be provided"
}
// status : 401
{
"message": "jwt expired"
}