Deleting a Partition

The $partition-management-delete-partition operation can be used to delete an existing partition.

An HTTP POST to the following URL can be used to invoke this operation.

Example:

http://localhost:9001/oracle-fhir-server/fhir/DEFAULT/$partition-management-delete-partition

The following request body could be used:

{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "id",
    "valueInteger": 123
  } ]
}