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