Required. The resource name of the data table to delete. Format projects/{project_id}/locations/{location}/instances/{instances}/dataTables/{data_table}
Query parameters
Parameters
force
boolean
Optional. If set to true, any rows under this data table will also be deleted. (Otherwise, the request will only work if the data table has no rows.)
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This webpage details the process for deleting a data table within a project, location, and instance using the `projects.locations.instances.dataTables.delete` method."],["The HTTP request to delete a data table is a `DELETE` request to a specific URL pattern, including the required `name` path parameter, representing the resource name of the data table."],["The optional `force` query parameter can be set to `true` to also delete all associated rows, with the request only working if the table has no rows otherwise."],["The request body for deleting a data table must be empty, and the response to a successful operation is an empty JSON object."],["Deleting a data table requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope, along with the `chronicle.dataTables.delete` IAM permission on the specified resource."]]],[]]