cURL
curl --request POST \ --url https://api.tessie.com/{vin}/drivers/{id}/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "user_id": 123 }'
{ "result": true }
Deletes a driver from the vehicle.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Driver ID.
The body is of type object.
object
OK
The response is of type object.