Skip to main content
DELETE
/
api
/
v1
/
users
/
{user_id}
/
connections
/
{provider}
Disconnect Provider Endpoint
curl --request DELETE \
  --url https://api.example.com/api/v1/users/{user_id}/connections/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Open-Wearables-API-Key
string | null

Path Parameters

user_id
string<uuid>
required
provider
enum<string>
required

Supported data providers.

Available options:
apple,
samsung,
google,
garmin,
polar,
suunto,
whoop,
strava,
oura,
fitbit,
ultrahuman,
unknown,
internal

Response

Successful Response