Deletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be deleted before the DataAttributeBinding can be deleted.
Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{locationId}/dataAttributeBindings/{dataAttributeBindingId}
Authorization requires the following IAM permission on the specified resource name:
dataplex.dataAttributeBindings.delete
Query parameters
Parameters
etag
string
Required. If the client provided etag value does not match the current etag value, the DeleteDataAttributeBindingRequest method returns an ABORTED error response. Etags must be used when calling the dataAttributeBindings.delete.
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 endpoint facilitates the deletion of a DataAttributeBinding resource, contingent upon the prior removal of all attributes within the binding."],["The deletion request is executed via a `DELETE` HTTP method to a specified URL that uses gRPC Transcoding syntax, requiring a resource `name` path parameter for identification."],["An `etag` query parameter is mandatory to ensure data integrity, with the request being aborted if the provided etag does not match the current etag."],["The request body for deleting a DataAttributeBinding must be empty, and a successful deletion returns an `Operation` instance in the response body."],["Deleting a DataAttributeBinding requires the `dataplex.dataAttributeBindings.delete` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]