cURL
curl --request DELETE \ --url https://api.app.fleetit.com/v2/transponders/{ID}/vehicle/ \ --header 'Authorization: Bearer <token>'
"<any>"
Unassign a vehicle from a transponder
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the fleet.
"1"
The ID of the transponder.
10
Successful response
The response is of type any.
any
Was this page helpful?