Skip to content

Cancel Inline Reservation

Description

取消 inline 訂位。

Resource

PATCH /v1/inline/reservation/cancel

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
store_id string 門市編號
reservation_id string 預訂單編號

Request Example

{
  "store_id": "A001",
  "reservation_id": "-O2boxDTTI0lrSCYEKSY"
}

Response Example

204 No Content