Deactivate a vehicle's engine immobilizer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose: Disables the vehicle’s engine immobilizer.

📘

NOTE

  • Use standard Public API authentication with a company API key or OAuth.
  • When scopes are configured for the calling key or application, activate and deactivate require engine_immobilizers.manage; status requires engine_immobilizers.read.
  • The API is available only when the company-scoped feature flag dve-engine-immobilizers-public-api-enabled is enabled. When disabled, the API returns HTTP 404.
  • Routes use vehicle_id rather than the internal engine immobilizer ID. This remains valid across an engine immobilizer hardware swap on the same vehicle.
  • The operation is idempotent. Deactivating an already mobilized vehicle returns a successful response.

Response Parameters

engine_immobilizer

  • Type: Object
  • Description: Contains the details of the engine immobilizer.

engine_immobilizer.id

  • Type: Integer
  • Description: Unique identifier for the engine immobilizer device or record.

engine_immobilizer.vehicle_id

  • Type: Integer
  • Description: Unique identifier for the vehicle associated with the engine immobilizer.

engine_immobilizer.installation_status

  • Type: String
  • Description: Current installation status of the immobilizer (e.g., installed).

engine_immobilizer.connection_status

  • Type: String
  • Description: Connectivity status of the immobilizer unit (e.g., connected).

engine_immobilizer.mobility_status

  • Type: String
  • Description: Current mobility state of the vehicle (e.g., mobilized).

engine_immobilizer.jamming_immobilization_enabled

  • Type: Boolean
  • Description: Indicates whether automated immobilization upon signal jamming detection is enabled.

engine_immobilizer.last_command

  • Type: String
  • Description: The most recent command sent to the immobilizer (e.g., immobilize).

engine_immobilizer.last_command_sent_at

  • Type: String (Date-Time)
  • Description: ISO 8601 timestamp when the last command was transmitted.

Path Params
int32
required

ID of the vehicle associated with the engine immobilizer.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json