Use the Module Management Tool (MMT) to uninstall one or more AMP files.
The MMT program, alfresco-mmt.jar, is available in the bin directory of the installation. MMT uninstalls an AMP file by removing content from the alfresco.war and share.war files. See Using the Module Management Tool (MMT) for more.
MMT is a command line tool. The syntax for uninstalling an AMP file using MMT is:
java -jar bin/alfresco-mmt.jar uninstall <ModuleId> <WARFileLocation>
Note: The apply_amps command does not uninstall
AMP files (even if you remove the AMP files manually from the amps
and amps_share directories). Use apply_amps to
install AMP files only.
For each integration, there is always at least one AMP file to remove from the alfresco.war and share.war files. AMP files that are applied to alfresco.war usually reside in the amps directory, and AMP files that are applied to share.war usually reside in the amps_share directory.