Skip to main content

Delete the caller's integration data entirely

POST 

/api/v1/integrations/pipedream/delete-external-user

Removes the caller from Pipedream completely, along with every account they connected. This is the offboarding / right-to-erasure path — call it when a user deletes their account with you.

It takes no parameters: the user is the caller, and there is no form of this request that can name anyone else.

accountsDeleted counts the connections that went with them, read immediately before the delete. A connection created in that instant is still deleted, just not counted — so treat the number as a report, not a receipt to reconcile against.

This is not reversible. The user can connect again afterwards, but it is a new connection and prior authorizations are gone.

Request

Responses

User and all their connected accounts deleted