Skip to main content

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.
1

Request disconnection

Call the Disconnect Vehicle endpoint with the vehicle ID. The vehicle’s status will be set to PENDING_DISCONNECTION.
2

Disconnection completes

The platform processes the disconnection with the OEM in the background. Once complete, the vehicle’s status is updated to DISCONNECTED.
3

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 — a device.disconnected webhook will be sent once complete.