HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏀
[팀14] 슬램 - 우리 주변 농구장 예약
/
🧭
Domain 설계 1
/
[DELETE] api/v1/users/image

[DELETE] api/v1/users/image

✅
내 프로필 이미지 삭제

REQUEST

Header

Headers { Authorization: "Bearer {token}" }
 

RESPONSE

Body
Field
Type
Description
비고
profileImage
Null
사용자 프로필 이미지
  • Body 예시
{ "profileImage": null }