HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
회원탈퇴

회원탈퇴

Method
DELETE
작업여부
작업여부
API 완료 예정 날짜
담당자
얀주
API 연결여부
URL
/users/delete
인증 필요
인증 필요
Authentication Header
 
Example Request Body
No Content
 
Example Response Body
No Content
 
  • 회원 탈퇴 시 userdb에서 삭제 refresh-token 삭제
 
  • 삭제 요청 시 access-token으로만 요청 (DELETE)
  • 삭제 성공하면 200 OK
notion image
 
 
  • 삭제 후 access 토큰으로 요청 시 다음과 같이 에러 응답
notion image
 
  • 삭제 전 DB 확인 hanjub3@gmail.com
notion image
 
  • 삭제 후 hanjub3@gmail.com 없어짐
notion image