Skip to content

Commit bb2c852

Browse files
Merge pull request #311584 from EXPEkesheth/patch-848634
Remove hard delete support note from release notes
2 parents f0707ba + 3643a03 commit bb2c852

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

articles/healthcare-apis/includes/rest-api-bundle-common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ For a transaction bundle, all interactions or operations either succeed or fail
6969

7070
Transaction bundles don't support:
7171
- Conditional delete
72-
- Search operations using _search
72+
- Search operations using _search
73+
- Hard delete
7374

7475
### Bundle parallel processing
7576

articles/healthcare-apis/release-notes-2026.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Release notes describe features, enhancements, and bug fixes released in 2026 fo
3030
## January 2026
3131
### FHIR service
3232

33-
**Hard delete now supported inside transaction bundles**: Hard deletes are now allowed inside transaction bundles. Previously, hard deletes and conditional deletes were not supported. Conditional deletes are still not allowed.
34-
3533
**Metadata-only updates and versioning configuration with PATCH**: Introduced new query parameter "_meta-history" for PATCH updates when versioning policy is set to either "versioned" or "version-update." The new query is used to configure whether or not the old version is saved as a historical record. "_meta-history = true" is the default. By default, the resource version is incremented, a new version is created, and the old version is saved as a historical record. "_meta-history=false" can be configured so that the resource version is incremented, a new version is created, but the old version isn't saved as a historical record. For more information, visit [metadata-only updates and versioning](./fhir/fhir-versioning-policy-and-history-management.md#metadata-only-updates-and-versioning).
3634

3735
**Updates to responses for update and deletion of FHIR spec-defined search parameters**: There are a few updates to the behaviors and responses for update and deletion of FHIR spec-defined search parameters:

0 commit comments

Comments
 (0)