delete

inline suspend fun <R : Resource> FhirEngine.delete(id: String)

Deletes a FHIR resource of type R with the given id from the local storage.

Parameters

R

The type of the FHIR resource to delete.

id

The logical ID of the resource to delete.