Metoda DeleteWaitlistEntry
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Klient używa metody DeleteWaitlistEntry do usunięcia istniejącej pozycji na liście oczekujących.
Jeśli aktualizacja rezerwacji nie powiedzie się z powodu błędu logiki biznesowej, w odpowiedzi powinien pojawić się błąd. Usuwanie nieistniejących zasobów
powinno zwracać kod stanu HTTP 404 (nie znaleziono).
Żądanie
DeleteWaitlistEntryRequest
Zwracana wartość
google.protobuf.Empty (pusta wiadomość)
// Cancel the user's entry in the waitlist.messageDeleteWaitlistEntryRequest{optionfeatures.(pb.java).nest_in_file_class=YES;// Required. The partner-provided ID for the waitlist entry to be deleted.stringwaitlist_entry_id=1;}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2026-03-26 UTC."],[],["The `DeleteWaitlistEntry` method removes a waitlist entry using its partner-provided `waitlist_entry_id`. A failed update due to business logic errors will include the error in the response. Deleting a non-existent entry results in a 404 (Not Found) HTTP status code. The request requires a `waitlist_entry_id`, and successful deletion returns an empty message. A sample request uses a `waitlist_entry_id`, like \"MYS-1668739060\", with an empty JSON object returned on success.\n"]]