How do I disconnect a user?
Disconnecting a user is handled backend-side, not in the mobile SDK and not from the dashboard.
Disconnecting a user is handled backend-side, not in the mobile SDK and not from the dashboard.
Call DELETE /v2/auth/deauthenticateUser from your server with the user_id you want to remove.
A few things to keep in mind:
The same provider account can be linked to multiple Terra users if authenticated under different
reference_ids, so deauthenticate the stale one.To avoid duplicates, check existing active connections via List Users before initiating auth.
PreviousHow do I detect expired user connections?
NextWhy is a user's Garmin activity missing with no webhook?
Last updated
Was this helpful?