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
list-applications
Resolve the application by display name, returning at most one match.
2
getApplication
get-application
Retrieve the full application object to capture appId and credential metadata before deletion.
3
deleteApplication
delete-application
Soft-delete the application registration; it remains restorable for 30 days.