-
Notifications
You must be signed in to change notification settings - Fork 0
[DELETE] 카드 스크랩 취소
Say-young edited this page Jul 16, 2020
·
6 revisions
메소드 | 경로 | 설명 |
---|---|---|
DELETE | /card/scrap/:user_idx/:card_idx | 해당 카드 스크랩을 취소한다.. |
key | 설명 | 타입 | 비고 |
---|---|---|---|
:user_idx | 유저 인덱스 | INT | NOT NULL |
:card_idx | 카드 인덱스 | INT | NOT NULL |
< Success >
{
"status": 200,
"success": true,
"message": "카드 스크랩 취소 성공"
}
ㅤ
< Fail >
- 데이터 누락
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}