DELETE
/
v2.0
/
management
/
connections
curl 'https://management.smartcar.com/v2.0/management/connections?user_id={user_id}' \
  -X DELETE \
  -H 'Authorization: Basic base64(default:{application_management_token})' \
{
  "connections": [
    {
      "userId": "<string>",
      "vehicleId": "<string>"
    }
  ]
}

Request

Header

Authorization
string

In the format Basic base64({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