Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.delete
Deletes a FHIR resource.
Implements the FHIR standard delete interaction (DSTU2, STU3, R4).
Note: Unless resource versioning is disabled by setting the disableResourceVersioning flag on the FHIR store, the deleted resources are moved to a history repository that can still be retrieved through vread and related methods, unless they are removed by the purge 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 endpoint, `projects.locations.datasets.fhirStores.fhir.delete`, is used to delete a FHIR resource according to the FHIR standard."],["Deleted resources are moved to a history repository unless resource versioning is disabled on the FHIR store."],["The resource to be deleted is specified by the `name` path parameter in the HTTP request."],["The HTTP request must be a `DELETE` method with an empty request body."],["Deleting a FHIR resource requires specific IAM permissions and OAuth scopes."]]],[]]