-
Notifications
You must be signed in to change notification settings - Fork 1
파일 ID로 삭제
SuyeonChoi edited this page Feb 2, 2022
·
1 revision
DELETE
/api/file/{fileId}
Method | Parameter | Description |
---|---|---|
Content-Type | application/json | |
token | {token} | access token값 |
Parameter | Type | Description | Required |
---|---|---|---|
fileId | Long | 삭제할 파일 번호 | Y |
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} | http 상태 코드 값 |
Field | Type | Description |
---|---|---|
code | Integer | 응답 코드 |
message | String | 응답 메세지 |
{
"status": 200,
"messsage": "파일 삭제 성공"
}
Code | Error Messsage |
---|---|
400 | Bad Request |
401 | Unauthorized |
404 | File Not Found |
500 | Server Error |
{
"status": 404,
"message": "존재하지 않는 파일입니다.",
"error": "NOT_FOUND",
"code": "FILE_NOT_FOUND",
"timestamp": "2022-01-18T19:30:16.3072905",
}
-
게이트웨이(API Gateway)
-
인증(Authentication)
-
디바이스(Device)
-
채팅방(Chatroom)
-
채팅(Chat)
-
프레젠스(Presence)
-
멤버십(Membership) - 친구
-
멤버십(Membership) - 프로필
-
멤버십(Membership) - 오픈 프로필
-
멤버십(Membership) - 피드
-
파일(File)