v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Account

Unlink / Remove Connected Vehicle account from API account

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

post/v1/account/unlink

Request body

connected_account_emailstring required

Example request

{
  "connected_account_email": "your_connected_account_email@domain.com"
}

Response

UnlinkResponse

resultstring
connected_account_emailstring

Example response

{
  "result": "Account Removal Success",
  "connected_account_email": "your_connected_account_email@domain.com"
}