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

[DELETE] api/v1/users/image

✅
내 프로필 이미지 삭제

REQUEST

Header

Headers { Authorization: "Bearer {token}" }
 

RESPONSE

Body
Field
Type
Description
비고
profileImage
Null
사용자 프로필 이미지
  • Body 예시
{ "user": { "id": 1, "nickname": "jelly", "profileImage": null, "description": "한줄 소개", "role": "USER", "proficiency": "BEGINNER", "positions": [ "PG", "SG" ], "createdAt": "2021-12-01T12:00:00", "updatedAt": "2021-12-01T12:00:00" } }