User
Deregister a Provider
DELETE
/v2/user/{user_id}/{provider}
x-vital-api-key*
curl --request DELETE \
--url {{BASE_URL}}/v2/user/{user_id}/{provider} \
--header 'Accept: application/json' \
--header 'x-vital-api-key: <API_KEY>'
{
"success": true
}
Path Parameters
user_idrequired
string
providerrequired
enum<string>
Provider slug. e.g., oura
, fitbit
, garmin
.
Available options:
oura
, fitbit
, garmin
, whoop
, strava
, renpho
, peloton
, wahoo
, zwift
, freestyle_libre
, freestyle_libre_ble
, eight_sleep
, withings
, apple_health_kit
, manual
, ihealth
, google_fit
, beurer_api
, beurer_ble
, omron_ble
, onetouch_ble
, accuchek_ble
, contour_ble
, dexcom
, dexcom_v3
, hammerhead
, my_fitness_pal
, health_connect
, polar
, cronometer
Response
200 - application/json
successrequired
boolean
Whether operation was successful or not
curl --request DELETE \
--url {{BASE_URL}}/v2/user/{user_id}/{provider} \
--header 'Accept: application/json' \
--header 'x-vital-api-key: <API_KEY>'
{
"success": true
}