Oracle db 11gR2
Oracle APEX 4.2.1
Linux RHEL 6.3
------------------------
Does anyone know the function or procedure to drop or delete a APEX application programmatically using application_id and / or alias?
The best I can Google is this:
wwv_flow_api.remove_flow(application_id); -- to drop APEX app by app id
Any other suggestions? Any APEX API call that I can do (I don't see it in the APEX API Ref).
Thanks a bunch.