Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.Resource-purge
Deletes all the historical versions of a resource (excluding the current version) from the FHIR store. To remove all versions of a resource, first delete the current version and then call this method.
[[["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, `Resource-purge`, deletes all historical versions of a specified resource in a FHIR store, excluding the current version."],["To remove all versions of a resource, the current version must be deleted before invoking `Resource-purge`."],["This operation is not a FHIR standard operation and uses a custom endpoint: `DELETE https://healthcare.googleapis.com/v1beta1/{name=projects/*/locations/*/datasets/*/fhirStores/*/fhir/*/*}/$purge`."],["Authorization requires the `healthcare.fhirResources.purge` IAM permission and one of the specified OAuth scopes."],["The request must have an empty body, and a successful call returns an empty JSON object."]]],[]]