-
Notifications
You must be signed in to change notification settings - Fork 2
쪽지 삭제
jiss02 edited this page Jan 1, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
ㅇ | /letter/others | 쪽지 삭제 |
Content-Type: application/json
token: JWT
변수 | 타입 | 설명 |
---|---|---|
receiver | INT | 쪽지를 삭제할 상대방의 Idx |
{
"receiver": 3
}
{
"success": true,
"message": "레터(쪽지) 삭제 성공",
"data": {
"fieldCount": 0,
"affectedRows": 3,
"insertId": 0,
"serverStatus": 2,
"warningCount": 0,
"message": "",
"protocol41": true,
"changedRows": 0
}
}
{
"status": 336,
"success": false,
"message": "존재하지 않는 유저 입니다."
}
{
"status": 350,
"success": false,
"message": "존재하지 않는 쪽지 입니다"
}