Disconnecting Vehicles from Volteras
You can disconnect a vehicle either through the Volteras Portal or via the API.Disconnecting via the API
The disconnection process is asynchronous. When you call the Disconnect Vehicle endpoint, the API responds immediately with a 202 Accepted while the disconnection is processed in the background.Request disconnection
Call the Disconnect Vehicle endpoint with the vehicle ID. The vehicle’s status will be set to
PENDING_DISCONNECTION.Disconnection completes
The platform processes the disconnection with the OEM in the background. Once complete, the vehicle’s status is updated to
DISCONNECTED.Receive webhook
You will receive a
device.disconnected webhook once the vehicle has been fully disconnected. See Webhooks for setup and payload details.Disconnecting via the Portal
You can also disconnect vehicles directly from the Volteras Portal. Navigate to the vehicle you want to disconnect and use the disconnect action. The same async process applies — adevice.disconnected webhook will be sent once complete.
