Remove vehicles from your customer account
DELETE {{baseUrl}}/v1/accounts/vehicles
This endpoint removes a list of vehicles from your customer account and deactivates their services. The limit of vehicles per request is 10000.
Request Body
[{"vin"=>"<string>"}, {"vin"=>"<string>"}]
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
""