---
title: "Disconnect Provider Endpoint"
method: DELETE
path: "/api/v1/users/{user_id}/connections/{provider}"
tags: ["External: Connections"]
---

# Disconnect Provider Endpoint

`DELETE /api/v1/users/{user_id}/connections/{provider}`

Disconnect a user from a provider, revoking the connection and clearing tokens.

## Path parameters

- `user_id` string, uuid, required
- `provider` 'apple' | 'samsung' | 'garmin' | 'google' | 'polar' | 'suunto' | 'whoop' | 'strava' | 'oura' | 'fitbit' | 'ultrahuman' | 'sensorbio' | 'unknown' | 'internal', required — Supported data providers.

## Headers

- `X-Open-Wearables-API-Key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `e8a9270a1ee1` — 1 info
  - added the new enum value `sensorbio` to the `path` request parameter `provider`

[Change history](https://skmtc.dev/openwearables/apis/open-wearables-api/changes/api/v1/users/:user_id/connections/:provider/delete.md)

---

[API](https://skmtc.dev/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.dev/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc.dev/openwearables/apis/open-wearables-api/revisions/427d02add648?raw)
