type: fhir-fhirpath-functionsource: source/fhirpath.html
FHIR FHIRPath Function: %server.delete
This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.
%server.delete(resource) : boolean
Delete a resource on the server.
Parameters:
- resource: The resource to delete (must have an id).
Return Value: true if the resource was deleted, or false.