Skip to content

파일 삭제

kPanic edited this page Nov 15, 2017 · 5 revisions

파일 삭제

  • Method : DELETE
  • URL : /files/:id
  • Content-Type : application/json; charset=utf-8

Request

예제

http DELETE https://:your-site/files/3/

Response

http status code code message comment
204 0 SUCCESS 정상 응답
400 0 FAIL 비정상 응답
401 0 Unathorized 로그인 필요
403 0 Forbidden 권한 없음