DELETE
/
v1
/
org
/
{org_id}
/
team_data_pull_preferences
/
{env}
/
{region}
curl --request DELETE \
  --url https://api.tryvital.io/management/v1/org/{org_id}/team_data_pull_preferences/{env}/{region} \
  --header 'X-Vital-Org-Key: <api-key>'
"<any>"

Org Management API is available for the Scale plan.

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Org Key (X-Vital-Org-Key). Team API Key is not applicable.

Deleting preferences for a provider will revert to the default settings.

curl --request DELETE \
  --url https://api.tryvital.io/management/v1/org/{org_id}/team_data_pull_preferences/{env}/{region} \
  --header 'X-Vital-Org-Key: <api-key>'

Authorizations

X-Vital-Org-Key
string
header
required

Path Parameters

org_id
string
required
env
enum<string>
required
Available options:
production,
sandbox
region
enum<string>
required
Available options:
us,
eu

Query Parameters

team_id
string[]
provider
enum<string>[]
Available options:
oura,
fitbit,
garmin,
strava,
withings,
peloton,
wahoo,
zwift,
freestyle_libre,
abbott_libreview,
eight_sleep,
renpho,
omron,
dexcom_v3,
hammerhead,
polar,
cronometer,
kardia,
whoop_v2,
my_fitness_pal_v2,
map_my_fitness,
apple_health_kit,
google_fit,
beurer_api,
ultrahuman

Response

200
application/json
Successful Response

The response is of type any.