DeleteWaitlistEntry 方法

客户端使用 DeleteWaitlistEntry 删除现有的候位名单条目。

如果由于业务逻辑错误而导致预订更新失败,应在响应中填充错误。删除不存在的资源应返回 HTTP 状态代码 404(未找到)。

请求

DeleteWaitlistEntryRequest 类的构造函数

返回值

google.protobuf.Empty(空消息)


// Cancel the user's entry in the waitlist.
message DeleteWaitlistEntryRequest {
  // Required. The partner-provided ID for the waitlist entry to be deleted.
  string waitlist_entry_id = 1;
}