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