You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/includes/fhir-bulk-delete-operation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ The `$bulk-delete` operation allows you to delete resources from the FHIR server
12
12
-**System level**: Execution of the operation at system-level enables deletion of FHIR resources across all the resource types on the FHIR server.
13
13
14
14
```http
15
-
DELETE /$bulkDelete
15
+
DELETE /$bulk-delete
16
16
```
17
17
18
18
- **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.
0 commit comments