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

[DELETE] /api/v1/chat/court/{courtId}

✅
사용자의 채팅방 목록에서 채팅방 삭제

Request

  • 헤더
headers { Authorization: "Bearer ${token}" } // 토큰으로 부터 userId를 추출함
 
PathVariable
Field
Type
Description
비고
courtId
Number
사용자의 채팅방 구별키
 
 

Response

{ "courtId": 1, }
Body
Filed
Type
Description
비고
courtId
Number
삭제된 채팅방의 농구장 구별키