Skip to content

Commit 0c5c9e1

Browse files
authored
Clarify _purgeHistory parameter description
1 parent 41585a7 commit 0c5c9e1

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. In case you use _purgeHistory with _hardDelete set to true, then all versions associated with the resource under consideration are deleted.|
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)