Skip to main content

consents_revision

Creates, updates, deletes, gets or lists a consents_revision resource.

Overview

Nameconsents_revision
TypeResource
Idgoogle.healthcare.consents_revision

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
delete_revisionDELETEconsentStoresId, consentsId, datasetsId, locationsId, projectsIdDeletes the specified revision of a Consent. An INVALID_ARGUMENT error occurs if the specified revision is the latest revision.

DELETE example

Deletes the specified consents_revision resource.

/*+ delete */
DELETE FROM google.healthcare.consents_revision
WHERE consentStoresId = '{{ consentStoresId }}'
AND consentsId = '{{ consentsId }}'
AND datasetsId = '{{ datasetsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';