Skip to content

Commit 4936127

Browse files
Merge pull request #270946 from EXPEkesheth/patch-161
Update fhir-bulk-delete-operation.md
2 parents 1b52bdc + 1e893cc commit 4936127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The `$bulk-delete` operation allows you to delete resources from the FHIR server
1212
- **System level**: Execution of the operation at system-level enables deletion of FHIR resources across all the resource types on the FHIR server.
1313

1414
```http
15-
DELETE /$bulkDelete
15+
DELETE /$bulk-delete
1616
```
1717
1818
- **Individual resource types**: Execution of the operation for individual resource types allows deletion of FHIR resources that map to the resource type in the URL.
1919
2020
```http
21-
DELETE /<Resource Type>/$bulkDelete
21+
DELETE /<Resource Type>/$bulk-delete
2222
```
2323
2424
> [!NOTE]

0 commit comments

Comments
 (0)