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

[DELETE] /api/v1/follow

Request

  • 헤더
headers { Authorization: "Bearer ${token}" } // 토큰으로 부터 userId를 추출함
  • 바디
{ "followUserId": 2 }
Body
Filed
Type
Description
비고
followUserId
Number
팔로우 취소할 유저 ID

RESPONSE

  • JSON (예시)
{ }