Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.consentStores.consents.delete
Deletes the Consent and its revisions. To keep a record of the Consent but mark it inactive, see [consents.revoke]. To delete a revision of a Consent, see [consents.deleteRevision]. This operation does not delete the related Consent artifact.
Required. The resource name of the Consent to delete, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/consents/{consentId}. An INVALID_ARGUMENT error occurs if revisionId is specified in the name.
Authorization requires the following IAM permission on the specified resource name:
healthcare.consents.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.consents.delete` deletes a specified Consent and its revisions."],["The request URL is `DELETE https://healthcare.googleapis.com/v1/{name=projects/*/locations/*/datasets/*/consentStores/*/consents/*}`, following gRPC Transcoding syntax."],["The `name` parameter in the URL path is mandatory, which represents the resource name of the Consent to delete in the specific format."],["The request body must be empty and a successful deletion will return an empty JSON object."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, along with the `healthcare.consents.delete` IAM permission."]]],[]]