DeleteWaitlistEntry メソッド

クライアントが DeleteWaitlistEntry を使用して、既存の順番待ちリストエントリを削除します。

ビジネス ロジックのエラーが原因で予約の更新が失敗した場合は、レスポンスにエラーが入力されます。存在しないリソースを削除する場合は、HTTP ステータス コード 404(Not Found)が返されます。

リクエスト

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;
}

DeleteWaitlistEntry のサンプル

リクエストを削除

{ "waitlist_entry_id": "MYS-1668739060" }

回答を削除

{}