Disconnect one account
POST/api/v1/integrations/pipedream/delete-account
Disconnects a single connected account, revoking the platform's access to that app for this user. The app's tools stop working for them immediately; everything else they connected is untouched.
account_id is the id from
list-accounts. An id that is not
the caller's own is rejected as not found — the response deliberately does not
distinguish "someone else's account" from "no such account".
To disconnect everything at once, use
delete-external-user.
Request
Responses
- 200
Account disconnected