We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db62ac2 commit ae53b43Copy full SHA for ae53b43
articles/healthcare-apis/azure-api-for-fhir/purge-history.md
@@ -49,7 +49,7 @@ For example:
49
DELETE https://workspace-fhir.fhir.azurehealthcareapis.com/Observation/123/$purge-history
50
```
51
52
-To use 'allowPartialSuccess' parameter, you must set it to true. The template of request is:
+To use the 'allowPartialSuccess' parameter, you need to set it to true. The template of request is:
53
```http
54
DELETE <FHIR-Service-Url>/<Resource-Type>/<Resource-Id>/$purge-history?allowPartialSuccess=true
55
0 commit comments