> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/billing-account/dashboard-users-and-connections/delete-deauth-users.md).

# How do I delete a duplicate user or connection?

The dashboard user list is **read-only**, with no delete button.

To remove a user, call `DELETE /v2/auth/deauthenticateUser?user_id=USER_ID` with your `dev-id` and `x-api-key` headers.

A `200` means the connection is removed, events stop, it no longer counts as an active authentication, and you receive a `deauth` webhook confirming it.

**Provider-side revocation:**

* For many providers (Strava, Fitbit, Garmin, Google, Polar, Suunto, Wahoo, Whoop, Hammerhead, TrainingPeaks, Zepp), the same call also asks the provider to revoke the grant, but only when removing the user's **last connection for that provider**, and it is best-effort.
* For other providers and mobile-SDK sources, deauth clears Terra's side only, and the user must revoke at the provider.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/faq/help-topics/billing-account/dashboard-users-and-connections/delete-deauth-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
