These docs are for v1. Click to read the latest docs for v3.

Delete

Use this API to delete a vehicle. Once deleted, all information pertaining to this vehicle such as trip logs, events, reports etc., will be erased from the system.

Multiple vehicles can be deleted in a single API call. The vehicle IDs (comma separated) of the corresponding vehicles must be passed in the API call.

📘

Sample Request

http://api.azuga.com/azuga-ws/v1/vehicles/513fead8-74d8-11e6-ae3f-67a43a407aba,e9bb2c1a-74d6-11e6-82ce-959fe1b3c08f.json

🚧

Watch Out!

This is an irreversible action.

API Response Explanation

Field

Description

code

API status code

message

API Message (Success/Failure)

reason

Reason for failure

generatedAt

API generation timestamp in UTC

currentPage

Current page of the paginated result

totalPages

Total number of pages in the paginated result

Language
Credentials
Header
Click Try It! to start a request and see the response here!