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