Required. The resource name of the DataAttribute: projects/{project_number}/locations/{locationId}/dataTaxonomies/{dataTaxonomy}/attributes/{dataAttributeId}
Authorization requires the following IAM permission on the specified resource name:
dataplex.dataAttributes.delete
Query parameters
Parameters
etag
string
Optional. If the client provided etag value does not match the current etag value, the attributes.delete method returns an ABORTED error response.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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-07 UTC."],[[["This documentation details how to delete a Data Attribute resource using a DELETE HTTP request to the specified URL."],["The `name` path parameter is required, specifying the full resource name of the Data Attribute to be deleted, with specific IAM permissions required for authorization."],["An optional `etag` query parameter can be used for optimistic locking, ensuring data integrity during the deletion process."],["The request body should be empty for this operation."],["The successful execution of the request will have an `Operation` instance in the response body."]]],[]]