Transactional delete

Use the FHIR Transaction operation to delete multiple resources at the same time.

This is useful if you have chains or collections of resources to delete at once, but also can be used to delete circular references.

To delete multiple resources in a transaction, POST a Bundle such as the following to the root of your FHIR endpoint.

Example: Transactional delete


Example: Transactional delete