POST
/
{vin}
/
drivers
/
{id}
/
delete
Delete Driver
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

id
string
required

Driver ID.

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.