DeleteWaitlistEntry yöntemi
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İstemci, mevcut bir bekleme listesi girişini silmek için DeleteWaitlistEntry kullanır.
Bir rezervasyonun güncellenmesi herhangi bir işletme mantığı hatası nedeniyle başarısız olursa yanıtta hata doldurulmalıdır. Mevcut olmayan kaynaklar için silme işlemi HTTP durum kodu 404 (Bulunamadı) döndürmelidir.
İstek
DeleteWaitlistEntryRequest
Döndürülen değer
google.protobuf.Empty (boş bir mesaj)
// 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;}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]