Skip to content

6.3. 알림 삭제

Sohee Lee edited this page Jan 3, 2020 · 4 revisions

알림 삭제

소희

메소드 경로 설명
DELETE /notification/:notification_idx 알림 삭제

Request Header

Content-Type: application/json
token: "token 값"

Response Body

Success Response

알림 삭제 성공

{
    "status": 200,
    "success": true,
    "message": "알림 삭제 성공"
}

Fail Response

INTERNAL SERVER ERROR

{
    "status": 500,
    "success": false,
    "message": "서버 내부 오류"
}
Clone this wiki locally