View raw Markdown
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:

Return Value: true if the resource was deleted, or false.


Back to FHIR FHIRPath