---
title: "Action Disconnect"
method: DELETE
path: "/v1/vehicles/{vehicle_id}"
tags: ["Vehicle Connection"]
---

# Action Disconnect

`DELETE /v1/vehicles/{vehicle_id}`

This endpoint allows you to disconnect a specific vehicle from your organization, ceasing the synchronization of its data.
After disconnection, the vehicle will no longer be accessible through your organization's account.
Note that it can take a few minutes for the disconnection to be processed.

**Note:**
- Disconnecting a vehicle is an irreversible action, and the vehicle's data will no longer be synchronized with your organization.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR

## Path parameters

- `vehicle_id` string, required — Unique internal identifier for the vehicle.

## Response `200`

Successful Response

- unknown

## Other responses

- `202` — Accepted

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
