-
Notifications
You must be signed in to change notification settings - Fork 0
✔회원탈퇴
alia edited this page Feb 4, 2021
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
DELETE | /deleteUser | 회원 삭제 |
{
"Content-Type": "application/json",
"token": "액세스토큰"
}
{
"responseMessage": "회원 탈퇴 성공",
"data": null
}
- 데이터 누락 (400)
{
"timestamp": "2020-12-29T02:04:54.539+00:00",
"status": 400,
"error": "Bad Request",
"message": "",
"path": "/deleteUser"
}
- 서버 내부 에러 (500)
{
"responseMessage": "서버 내부 에러",
"data": null
}
- 메소드 에러 (405)
- 경로 에러 (404)
- 권한 에러 (수정 삭제는 미리 막고 대부분 토큰 만료)(401)