deleteHealthcarePartiesByIds method

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

Implementation

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