Método DeleteWaitlistEntry

O cliente usa DeleteWaitlistEntry para excluir uma entrada da lista de espera atual.

Se a atualização de um agendamento falhar devido a um erro de lógica de negócios, o erro deve ser preenchido na resposta. Excluir para recursos inexistentes deve retornar Código de status HTTP 404 (não encontrado).

Solicitação

DeleteWaitlistEntryRequest

Valor de retorno

google.protobuf.Empty (uma mensagem vazia)

// Cancel the users' entry in the waitlist.
message DeleteWaitlistEntryRequest {
  // Required. The partner-provided ID for the waitlist entry to be deleted.
  string waitlist_entry_id = 1;
}

Amostras DeleteWaitlistEntry

Excluir solicitação

{ "waitlist_entry_id": "MYS-1668739060" }

Excluir resposta

{}