Skip to content

Commit defecc7

Browse files
Merge pull request #293216 from EXPEkesheth/patch-445488
Update fhir-bulk-delete-operation.md
2 parents 8c42fea + 0c5c9e1 commit defecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/includes/fhir-bulk-delete-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Query parameters allow you to filter the raw resources you plan to delete. To su
5252
|Query parameter | Default Value | Description|
5353
|------------------------|---|------------|
5454
|_hardDelete|False|Allows you to hard delete a resource. If you don't pass this parameter or set hardDelete to false, the historic versions of the resource are still available.|
55-
|_purgeHistory|False|Allows you to delete history versions associated with resource. It will not delete current version of the resource and soft deleted resources.|
55+
|_purgeHistory|False|Allows you to delete history versions associated with resource. It will not delete current version of the resource and soft deleted resources. Note: When _purgeHistory used with the _hardDelete parameter set to true, it permanently deletes all versions associated with the resource.|
5656
|FHIR service supported search parameters||Allows you to specify search criteria and resources matching the search criteria are deleted. For example: `address:contains=Meadow subject:Patient.birthdate=1987-02-20`|
5757
5858
All the query parameters are optional.

0 commit comments

Comments
 (0)