Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{region}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
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-01-22 UTC."],[[["This API endpoint deletes a specified data table row using a DELETE request."],["The `name` path parameter is required and specifies the resource name of the data table row to be deleted, following a specific format."],["The request body must be empty for this DELETE operation to delete the specified row."],["A successful request returns an empty JSON object in the response body, signifying that the row has been deleted."],["This operation requires the `chronicle.dataTableRows.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]