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

[DELETE] /api/v1/reservations/{reservationId}

✅
예약 취소 하기

REQUEST

Header

headers { Authorization: "Bearer ${token}" }
 
PathVariable
Field
Type
Description
비고
reservationId
Number
예약 아이디
 

 

Response

Body
Field
Type
Description
비고
reservationId
Number
삭제된 예약 아이디
  • Body 예시
{ "id": "1" }