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
Filter the servicePrincipals collection on appId to resolve the service principal's object id.
2
deleteServicePrincipal
Delete the service principal, removing the application instance from the tenant. Returns 204.
3
deleteApplication
Delete the application registration, moving it to the deletedItems container. Returns 204.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.