---
title: "Unlink / Remove Connected Vehicle account from API account"
method: POST
path: "/v1/account/unlink"
tags: ["Account"]
---

# Unlink / Remove Connected Vehicle account from API account

`POST /v1/account/unlink`

This API reverses the action of /link. VINs associated with the vehicle account being unlinked are removed from your Stellantis API account

## Request body

- Unlink
  - `connected_account_email` string, required

## Response `200`

UnlinkResponse

- UnlinkResponse
  - `result` string
  - `connected_account_email` string

## Other responses

- `400` — bad input parameter
- `403` — not authorized
- `404` — bad input parameter

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/versions/1d2213b04fdb/schema)
