Hi,
I tried to remove a page in Zend Navigation container , but it return false, Please see below code

In Bootstrap.php init function

$page3 = $container->findOneByAction('testaction');
$container->removePage($page3);

Here 'testaction' is the child of other menu item (2nd level menu item).

Please help me to solve this issue

Thanks