You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a profileID to delete an inactive profile. You can't delete the currently active profile, the example requires you to switch profiles in-game. Use caution with this function.
localcurrentProfile=TRP3_API.profile.getPlayerCurrentProfileID()
--must swap profiles before deleting the profile, be ABSOLUTELY sure you want to delete the targeted profileTRP3_API.profile.deleteProfile(currentProfile)