DELETE
/
v2.0
/
management
/
connections
{
  "connections": [
    {
      "userId": "<string>",
      "vehicleId": "<string>"
    }
  ]
}

Request

Header
Authorization
string
required
In the format Basic base64(default:{application_management_token}). You can find your application_management_token under your Application Configuration in the Smartcar Dashboard.
Query
user_id | vehicle_id
string
Delete a connection for the given vehicle_id or all vehicle connections for the given user_id.

Response

connections
array
An array of connections