Método DeleteWaitlistEntry

O cliente usa a DeleteWatchlistEntry para excluir uma entrada da lista de espera.

Se a atualização de um agendamento falhar devido a um erro de lógica de negócios, o erro precisará ser preenchido na resposta. A exclusão de recursos não existentes retorna 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;
}

Amostras de Delete WaitlistEntry

Excluir solicitação

{ "waitlist_entry_id": "MYS-1668739060" }

Excluir resposta

{}