function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rene GarciaRene Garcia 

Delete connected app

We setup a couple of connected apps to showcase the client how those will look on the AppLauncher. Now we are trying to delete the apps but we do not see the delete option that is referred on the documentation. (https://help.salesforce.com/HTViewHelpDoc?id=connected_app_edit.htm&language=en_US)
What are the steps necessary to delete a connected app?
ShashankShashank (Salesforce Developers) 
If the connected app is part of a managed package, you should uninstall the managed package to remove the connected app. 
Rajiv Penagonda 12Rajiv Penagonda 12
I found the following steps that work:
1. Navigate to "Build > Create > Apps"
2. Scroll down to "Connected Apps" section
3. Click "Edit" next to your connected app.
4. Under the "Web App Settings" section, uncheck the "Enable SAML" checkbox.
5. Save
6. Now the delete button should be available on the connected app. Click delete, it asks for confirmation, proceed.
Travis StudeTravis Stude
Same thing happens as what Rajiv Penagonda 12 described if you have OAuth checked.
Frédéric ProvotFrédéric Provot
Thanks for this tip, I had the same issue.
Regards