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 API endpoint deletes a specific revision of a Consent resource within a designated consent store, identified by its full path."],["The latest revision of a consent cannot be deleted, and attempting to do so will result in an `INVALID_ARGUMENT` error."],["The request must be a `DELETE` request to the provided URL, including the full resource name with `revisionId`."],["Successful deletion of a consent revision results in an empty JSON object as a response, and the request body must be empty."],["Deleting a revision requires either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` scopes, as well as `healthcare.consents.delete` IAM permission."]]],[]]