Microsoft Active Directory · Arazzo Workflow
Active Directory Decommission Application
Version 1.0.0
Resolve an application by name, read its details, and soft-delete the registration.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
decommission-application
Find an application by name, capture its details, then delete it.
Searches the applications collection by display name, retrieves the matched application object, and deletes the application registration if a match was found.
1
findApplication
Resolve the application by display name, returning at most one match.
2
getApplication
Retrieve the full application object to capture appId and credential metadata before deletion.
3
deleteApplication
Soft-delete the application registration; it remains restorable for 30 days.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.