Delete existing vehicle

Deletes sin­gle exist­ing vehi­cle.

Authorization and access

Autho­riza­tion process is described here. Each API request must also con­sist of unique Api-key obtained dur­ing appli­ca­tion reg­is­tra­tion togeth­er with client_id and client_secret.

Url parameters and connection settings

  • URL: https://api.platform.trans.eu
  • End­point: /ext/fleet-api/v1/vehicles/{id} (id eg. “207fcf0e-3afc-4d6f-b4d2-bbe772e82199”)
  • Http Method: DELETE

Headers

  • Accept: application/json
  • Con­tent-type: application/json
  • Autho­riza­tion: Bear­er {access_token}
  • Api-key: {unique_ap­p_api-key}

Example request

DELETE https://api.platform.trans.eu/ext/fleet-api/v1/vehicles/207fcf0e-3afc-4d6f-b4d2-bbe772e82199

Example response

HTTP Code 204 (No content)