Remove an application registered with the Microsoft identity platform

Enterprise developers and software-as-a-service (SaaS) providers who have registered applications with the Microsoft identity platform may need to remove an application's registration.

In the following sections, you learn how to:

  • Remove an application authored by you or your organization
  • Remove an application authored by another organization

Prerequisites

Remove an application authored by you or your organization

Tip

Steps in this article might vary slightly based on the portal you start from.

Applications that you or your organization have registered are represented by both an application object and service principal object in your tenant. For more information, see Application objects and service principal objects.

Note

Deleting an application will also delete its service principal object in the application's home directory. For multi-tenant applications, service principal objects in other directories will not be deleted.

  1. Sign in to the Microsoft Entra admin center as at least a Cloud Application Administrator.
  2. If you have access to multiple tenants, use the Settings icon in the top menu to switch to the tenant containing the app registration from the Directories + subscriptions menu.
  3. Browse to Identity > Applications > App registrations and then select the application that you want to configure. Once you've selected the app, you see the application's Overview page.
  4. From the Overview page, select Delete.
  5. Read the deletion consequences. Check the box if one appears at the bottom of the pane.
  6. Select Delete to confirm that you want to delete the app.

Remove an application authored by another organization

If you're viewing App registrations in the context of a tenant, a subset of the applications that appear under the All apps tab are from another tenant and were registered into your tenant during the consent process. More specifically, they're represented by only a service principal object in your tenant, with no corresponding application object. For more information on the differences between application and service principal objects, see Application and service principal objects in Microsoft Entra ID.

In order to remove an application’s access to your directory (after having granted consent), the company administrator must remove its service principal. The administrator must have Global Administrator access. To learn how to delete a service principal, see Delete an enterprise application.

Next steps

Learn more about application and service principal objects in the Microsoft identity platform.