DELETE
/
{vin}
/
fleet_telemetry_config
Delete Telemetry Config
curl --request DELETE \
  --url https://api.tessie.com/{vin}/fleet_telemetry_config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "updated_vehicles": 1
}

Authorizations

Authorization
string
header
required

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

Path Parameters

vin
string
required

The associated VIN.

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.