HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
📚
[팀06] Books
/
♣️
API 스펙
/
💭
로그아웃
💭

로그아웃

Method
Delete
Domain
User
담당자
Subin kim
성공시 반환코드
204
no content
end-point
/api/logout
완료
요구사항
📜
로그아웃
권한
사용자
⚙
예상동작
  • 서버 refresh token 삭제

Request

Request Header

Authorization: Bearer {access_token}

Path Variable

  • none

Request Body

  • none
 

Response

204 no content

Response Header

  • none

Response Body

  • none
 

예외상황

     

    흐름도

    sequenceDiagram User->>+Client: xxx 요청 Client->>Server: XXX요청 : {HTTP METHOD} {API endpoint} Server-->>Client: XXX 응답 Client-->>User: xxx 제공