DELETE
/
v2
/
transponders
/
{ID}
/
vehicle
curl --request DELETE \
  --url https://api.app.fleetit.com/v2/transponders/{ID}/vehicle/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

Fleet-ID
integer

The ID of the fleet.

Path Parameters

ID
integer
required

The ID of the transponder.

Response

200 - application/json
Successful response

The response is of type any.