--- type: "fhir-fhirpath-function" title: "FHIR FHIRPath Function: %server.delete" source: "source/fhirpath.html" --- # FHIR FHIRPath Function: %server.delete This page is part of **FHIR FHIRPath** (FHIR-specific extensions). Base spec lives at [FHIRPath](/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. * * * [Back to FHIR FHIRPath](/fhir-fhirpath)