---
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

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
