deleteHealthElementsByIds method

Future<List<DocIdentifier>> deleteHealthElementsByIds(
  1. List<IdWithMandatoryRev> entityIds
)

Implementation

Future<List<DocIdentifier>> deleteHealthElementsByIds(List<IdWithMandatoryRev> entityIds) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.deleteHealthElementsByIds(
		_sdkId,
		entityIds,
	);
}