See Manage app and add-on objects > Uninstall an app in the Admin Manual. Basically, just remove the app directory itself and and user-specific app directories under /etc/users/. You can also remove the app's indexed data if you want to.
Go to directory
/opt/splunk/etc/apps
ls
rm -rf [app name]
Restart splunk
This worked for me, thank you
$SPLUNK_HOME/bin/splunk remove app
I am attempting to remove the Cisco ISE app. I have removed the folder from /etc/apps, but when I try to delete the Splunk_TA_cisco-ie folder, it is in use. What services do I need to stop in order to stop Splunk and be able to remove the TA folder? Sorry Windows 2012R2 in an AD environment, Single Splunk Enterprie instance. Version 7.1.3
Thanks in advance.
This is by far the best answer, which can be seen here:
http://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Managingappobjects
(under the link)
Thanks a lot.
Uninstall an app or add-on
To remove an installed app from a standalone Splunk platform installation:
It worked fine, just located the app name in the Apps > Manage Apps > "folder name". Thank you very much.
Yes, "splunk remove app
Do I do this through command line?
See Manage app and add-on objects > Uninstall an app in the Admin Manual. Basically, just remove the app directory itself and and user-specific app directories under /etc/users/. You can also remove the app's indexed data if you want to.
the link in your answer is no longer valid.
Great that fixed it. Thanks for your help and quick response.
Did you restart Splunk after you deleted the directories? I added that to the docs topic, sorry it wasn't there before.
I deleted those directories, then on splunk the apps acted like an empty link. Now the directories have been recreated, and the apps work again.