Required. The resource name of the Consent revision to delete, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/consents/{consentId}@{revisionId}. An INVALID_ARGUMENT error occurs if revisionId is not 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 function deletes a specific revision of a Consent resource within a designated consent store."],["The `revisionId` must be specified within the resource name, and attempting to delete the latest revision will result in an error."],["The HTTP request is a `DELETE` operation, with the resource name including project, location, dataset, consent store, and consent identifiers."],["Deleting a revision requires the `healthcare.consents.delete` IAM permission."],["A successful request returns an empty JSON object."]]],[]]