Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Müşteri, mevcut bir bekleme listesi girişini silmek için DeleteWaitlistEntry işlevini kullanır.
Bir rezervasyonun güncellenmesi, işletme mantığı hatası nedeniyle başarısız olursa hata yanıta eklenmelidir. Var olmayan kaynaklar için sil işlemi, 404 (Bulunamadı) HTTP durum kodunu 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{// 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: 2024-11-26 UTC."],[[["The `DeleteWaitlistEntry` method allows clients to remove an existing waitlist entry."],["Requests must include the `waitlist_entry_id` in the request body."],["Successful deletion returns an empty response, while attempts to delete non-existent entries result in a 404 (Not Found) error."],["Business logic errors during deletion will be indicated in the response."]]],[]]