-
Notifications
You must be signed in to change notification settings - Fork 2
4.4. 펀딩 정보 삭제
100yeeun edited this page Jan 3, 2020
·
2 revisions
수민
메소드 | 경로 | 설명 |
---|---|---|
DELETE | /storefund/:storeIdx | 펀딩 정보 삭제 |
Content-Type: application/json
token: "사용자 token 값"
펀딩 정보 삭제 성공
{
"status": 200,
"success": true,
"message": "펀딩 정보 삭제 성공"
}
존재하지 않는 가게일 때
{
"status": 400,
"success": false,
"message": "존재하지 않는 가게 펀드 정보(잘못된 인덱스)"
}
INTERNAL SERVER ERROR
{
"status": 500,
"success": false,
"message": "서버 내부 오류"
}