-
Notifications
You must be signed in to change notification settings - Fork 0
업체 즐겨찾기 해제
sovovy edited this page Jul 8, 2019
·
1 revision
송아영
Method | URL | Description |
---|---|---|
DELETE | /store/scrap/:storeIdx | 업체 즐겨찾기 해제 |
-
요청 헤더
Content-Type : application/json Authorizatoin : token
-
파라미터
storeIdx : 업체 idx
-
응답 성공
{ "message": "Success", "data": [] }
-
응답 실패
// status : 401 { "message": "jwt must be provided" }
// status : 401 { "message": "jwt expired" }