Maximo - Delete an Application

How to delete an application in Maximo

Run the below scripts to delete an application in Maximo. Replace <APPNAME> with application name in quotes ('') 

delete from maxapps where app=<APPNAME>; 

delete from maxpresentation where app=<APPNAME>; 

delete from sigoption where app=<APPNAME>; 

delete from applicationauth where app=<APPNAME>; 

delete from maxlabels where app=<APPNAME>; 

delete from maxmenu where moduleapp=<APPNAME> and menutype!='MODULE'; 

delete from maxmenu where elementtype='APP' and keyvalue=<APPNAME>; 

delete from appdoctype where app= <APPNAME>; 

delete from sigoptflag where app=<APPNAME>; 

delete from wfapptoolbar where appname=<APPNAME>; 

 

Unfortunately IBM links can stop working at any given point.

IBM - Delete a application