cURL
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 }
Delete the vehicle’s Fleet Telemetry configuration.
Important: Deleting this configuration will disable Tessie platform functionality.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
The body is of type object.
object
OK