Método DeleteWaitlistEntry

O cliente usa DeleteWaitlistEntry e uma entrada da lista de espera.

Se a atualização de uma reserva falhar devido a algum erro de lógica de negócios, esse erro precisará ser preenchido na resposta. A exclusão de recursos inexistentes deve retornar o código de status HTTP 404 (não encontrado).

Solicitação

DeleteWaitlistEntryRequest

Valor de retorno

google.protobuf.Empty (uma mensagem vazia)


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