Hi,
I want to remove the navigation menu item in oracle apex through the script.
For example: We have API to delete page as shown in the below and the same I need to remove navigation menu name.
begin
wwv_flow_api.remove_page (p_flow_id=>wwv_flow.g_flow_id, p_page_id=>0);
end;
/
could you please suggest to me how to delete the navigation menu item from the list.
Thanks in advance.
Message was edited by: ApexLearn