Metodo DeleteWaitlistEntry
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Il client utilizza DeleteWaitlistEntry per eliminare una voce della lista d'attesa esistente.
Se l'aggiornamento di una prenotazione non riesce a causa di un errore di logica di business, l'errore
deve essere inserito nella risposta. L'eliminazione di risorse inesistenti
deve restituire
il codice di stato HTTP 404 (Non trovato).
Richiesta
DeleteWaitlistEntryRequest
Valore restituito
google.protobuf.Empty (un messaggio vuoto)
// 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;}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2026-02-18 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"]]