Microsoft Entra · Arazzo Workflow
Microsoft Entra Decommission Application
Version 1.0.0
Find a service principal by appId, delete it, then delete the app.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
decommission-application
Resolve the service principal by appId, delete it, then delete the app.
Finds the service principal for an appId and deletes it, then deletes the application registration object.
1
findServicePrincipal
listServicePrincipals
Filter the servicePrincipals collection on appId to resolve the service principal's object id.
2
deleteServicePrincipal
deleteServicePrincipal
Delete the service principal, removing the application instance from the tenant. Returns 204.
3
deleteApplication
deleteApplication
Delete the application registration, moving it to the deletedItems container. Returns 204.