We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
사용자가 회원 탈퇴 버튼을 눌렀을 때, 회원이 탈퇴되는 기능을 구현한다.
DELETE /members{member_id}
1시간
2023년 09월 07일
The text was updated successfully, but these errors were encountered:
Feat/#371: 회원 탈퇴 기능 구현 (#372)
5f6c62d
* feat: 회원 탈퇴 기능 구현 * fix: `@Transactional` 추가 * feat: 개발 서버 노래 수집 데이터 수정
somsom13
Successfully merging a pull request may close this issue.
🤷 구현할 기능
사용자가 회원 탈퇴 버튼을 눌렀을 때, 회원이 탈퇴되는 기능을 구현한다.
🔨 상세 작업 내용
DELETE /members{member_id}
로 요청을 보내면 회원을 삭제한다.📄 참고 사항
⏰ 예상 작업 시간
1시간
⏰ 마감일
2023년 09월 07일
The text was updated successfully, but these errors were encountered: