-
Notifications
You must be signed in to change notification settings - Fork 0
✔ 고양이 삭제
Junhyeon edited this page Jan 26, 2021
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
DELETE | /main/profile | 고양이 삭제 (ex. /main/profile?catIndex=1) |
{
"Content-Type": "application/json",
"token": "액세스토큰"
}
key | value | type |
---|---|---|
catIndex | 고양이 인덱스 값 | int |
{
"responseMessage": "고양이 삭제 성공",
"data": 1
}
- 데이터 누락 (400)
{
"timestamp": "2020-12-29T02:04:54.539+00:00",
"status": 400,
"error": "Bad Request",
"message": "",
"path": "/main"
}
- 서버 내부 에러 (requestParams 제대로 안 넣었을 때) (500)
{
"responseMessage": "서버 내부 에러",
"data": null
}
- 메소드 에러 (405)
- 경로 에러 (404)
- 권한 에러 (수정 삭제는 미리 막고 대부분 토큰 만료)(401)