Unpair Vehicle

Use this API to unpair with a vehicle. You can unpair either using the vehicle ID (in case of manual pairing) or device serial number (in case of bluetooth pairing). isUnPair value should be set to 1 while calling this API.

📘

Sample Request

Using Vehicle ID :
https://api.azuga.com/azuga-ws/v1/fleet/pairvehicle.json?vehicleId=43b5ed46-4130-11e5-9747-67ddc16ee6d5&isUnPair=true

Using Device Serial Number :
https://api.azuga.com/azuga-ws/v1/fleet/pairvehicle.json?deviceSerialNum=5022477210&isUnPair=true

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message
reasonReason for failure
generatedAtInMillisAPI generation timestamp in milliseconds
vehicleIdUnique identifier representing the vehicle
makeMake of the vehicle
modelModel of the vehicle
yearYear in which the vehicle was manufactured
serialNumberSerial Number of the device
vinVehicle Identification Number
vehicleNameName of the vehicle
vehicleTypeType of the vehicle
licensePlateNumLicense plate number of the vehicle
Language
Authorization
Header
Click Try It! to start a request and see the response here!