Connection Management
Vehicle Connections
Deletes all vehicle connections associated with a Smartcar user Id or a specific vehicle.
DELETE
/v2.0/management/connections
Request
Header
Authorization
string
In the format Basic base64({application_management_token})
. You can find your application_management_token
under
your Application Configuration in Dasbhoard.
Query
user_id | vehicle_id
string
Delete a connection for the given vehicle_id
or all vehicle connections
for the given user_id
.
curl 'https://management.smartcar.com/v2.0/management/connections?user_id={user_id}' \
-X DELETE \
-H 'Authorization: Basic base64(default:{application_management_token})' \
Response
connections
array
An array of connections
curl 'https://management.smartcar.com/v2.0/management/connections?user_id={user_id}' \
-X DELETE \
-H 'Authorization: Basic base64(default:{application_management_token})' \