remove

abstract suspend fun <R> remove(clazz: Class<R>, id: String)

Removes a FHIR resource given the class and the logical ID.

DEPRECATED. Use delete<R>(id) instead.