curl --request DELETE \
  --url https://app-api.spikeapi.com/v3/providers/{provider_slug}/integration \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider_slug
string
required

Provider name

Examples:

"strava"

"health_connect"

"fitbit"

"garmin"

"huawei"

"whoop"

"withings"

"suunto"

"apple"

"oura"

"polar"

"coros"

"ultrahuman"

Response

204

No Content