숙소 예약 취소
DELETE /api/posts/{postId}/book/{bookId}
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Parameters
Name
Type
Description
postId
Long
게시물 Id
bookId
Long
예약 정보 Id
Response
Last updated
DELETE /api/posts/{postId}/book/{bookId}
Headers
Content-Type
application/json
Authorization
Bearer <token>
Parameters
postId
Long
게시물 Id
bookId
Long
예약 정보 Id
Response
Last updated