HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🌚
[New] 우기팀
/
AirCnC API Docs
AirCnC API Docs
/
여행 취소

여행 취소

Method
POST
URL Patterns
/trips/{tripId}/cancel
작업 여부

Cancel Trip

PATCH /api/v1/trips/{tripId}/cancel
 
Authentication required
Example Response
{ "trip": { "id": 1, "checkIn": "2022-06-15", "checkOut": "2022-06-20", "totalPrice": 200000, "headCount": 4, "roomId": 1, "status": "CANCELED" } }