-
Notifications
You must be signed in to change notification settings - Fork 0
내가 쓴 문장 삭제
HyeonJooo edited this page Jul 11, 2020
·
3 revisions
[DELETE] ~/my/:sentenceIdx
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
변수 | 타입 | 설명 |
---|---|---|
sentenceIdx | Int | 삭제하는 문장의 Idx |
***
# Response
## Description
| 변수명 | 설명 |
|:-------|:---------------|
|deleteSentenceIdx| 삭제된 문장의 Idx |
#### SUCCESS
```json
{
"status": 200,
"success": true,
"message": "문장 삭제 성공",
"data": {
"deleteSentenceIdx": "10"
}
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)