Obrigatório. O nome da tabela a ser excluída. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de Table.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-14 UTC."],[[["This webpage documents the process for deleting a table within the BigLake service using a DELETE HTTP request."],["The specific table to be deleted is identified through a required `name` path parameter in the URL, which must be formatted as `projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}`."],["The request body for deleting a table must be empty, indicating no additional data is required for the operation."],["A successful deletion returns an instance of a `Table`, and you can find it specified in the response body."],["The operation requires specific OAuth scopes, either `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, and the `biglake.tables.delete` IAM permission on the specified table resource."]]],[]]