-
Notifications
You must be signed in to change notification settings - Fork 2
6.3. 알림 삭제
Sohee Lee edited this page Jan 3, 2020
·
4 revisions
소희
메소드 | 경로 | 설명 |
---|---|---|
DELETE | /notification/:notification_idx | 알림 삭제 |
Content-Type: application/json
token: "token 값"
알림 삭제 성공
{
"status": 200,
"success": true,
"message": "알림 삭제 성공"
}
INTERNAL SERVER ERROR
{
"status": 500,
"success": false,
"message": "서버 내부 오류"
}