Remove or Delete existing Websphere Application Server's profile
First list out all profiles in your environment by using manageprofiles command.
ex:WAS_Home/bin/manageprofiles.bat -listProfiles
Stop all servers which are related to that profile.
- Stop node agents, dmgr process which are related to that profiles.
Follow the syntax to delete profile using manageprofiles command Syntax:
WAS_Rootbin/manageprofiles.bat -delete -profileName <profile_name>
manage profiles command has more options like username,password.
After deleting profiles check list of profiles using manageprofiles command.
manageprofiles.bat -listProfiles