예약 취소하기

Cancel

DELETE https://backends.xyz/api/home/booking/

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

booking_id

integer

"booking_id": 46

{
    "message": "정상적으로 예약이 취소됐습니다."
}

Last updated