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
Example request
{
"connected_account_email": "your_connected_account_email@domain.com"
}Response
UnlinkResponse
Example response
{
"result": "Account Removal Success",
"connected_account_email": "your_connected_account_email@domain.com"
}