Full name: projects.locations.instances.dataAccessLabels.delete
Deletes a data access label. When a label is deleted, new data that enters in the system will not receive the label, but the label will not be removed from old data that still refers to it.
Required. The ID of the data access label to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
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 webpage documents how to delete a data access label using the `projects.locations.instances.dataAccessLabels.delete` method."],["The deletion is performed via a `DELETE` HTTP request to a specified URL with a required `name` path parameter."],["The request body must be empty, and a successful response returns an empty JSON object."],["Deleting a label prevents it from being applied to new data, but existing data retains the label."],["The operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataAccessLabels.delete`."]]],[]]