Pipedream · Arazzo Workflow
Pipedream Audit and Clean Up Accounts by App
Version 1.0.0
List a user's accounts for an app, inspect one, and remove all accounts for that app.
View Spec
View on GitHub
ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI AgentsArazzoWorkflows
Provider
Workflows
account-audit-cleanup
Inspect a user's accounts for an app and delete them all.
Lists the external user's accounts for the app, inspects the first matched account, and when at least one account exists deletes every account for the app.
1
listUserAccounts
listAccounts
List the external user's connected accounts for the target app to learn which accounts exist.
2
inspectAccount
retrieveAccount
Retrieve the details of the first matched account to inspect its health before removing it.
3
deleteAccountsByApp
deleteAccountByApp
Remove all connected accounts for the app. This is destructive and cannot be undone.