cURL
curl --request POST \ --url https://api.volteras.com/v1/vehicles/{vehicle_id}:disconnect \ --header 'Authorization: Bearer <token>'
This endpoint is deprecated. Please use DELETE /v1/vehicles/{vehicle_id} instead.
DELETE /v1/vehicles/{vehicle_id}
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
The access token received from the authorization server in the OAuth 2.0 flow.
Unique internal identifier for the vehicle.
Successful Response