Required. The resource name of the Attribute definition to delete. To preserve referential integrity, Attribute definitions referenced by a User data mapping or the latest revision of a Consent cannot be deleted.
Authorization requires the following IAM permission on the specified resource name:
healthcare.attributeDefinitions.delete
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-28 UTC."],[[["This endpoint `projects.locations.datasets.consentStores.attributeDefinitions.delete` is used to delete a specified Attribute definition within the Healthcare API."],["Deletion is only possible if the Attribute definition is not currently referenced by any User data mapping or the latest revision of a Consent."],["The HTTP request method is `DELETE` and requires a specific URL structure using gRPC Transcoding syntax to identify the Attribute definition to be deleted."],["To perform the delete operation, the caller must have the `healthcare.attributeDefinitions.delete` IAM permission, along with one of the specified OAuth scopes."],["A successful deletion will return an empty JSON object as a response."]]],[]]