Skip to content

유저 삭제

songnari edited this page Nov 21, 2017 · 5 revisions

유저 삭제

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

Request

예제

http DELETE https://:your-site/users/1/

Response

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