Superfy Platform API Documentation


Delete Specific Vehicle API

Require Authentication

This API is used to delete specific vehicle for the company based on combination of deviceID and token.

When deleting vehicle, it will also delete all related data such as active route, route history, etc.


URL

api/manageassets/deletevehicle/:vehicleID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "Vehicle with License Plate \"N14DR edit\" and all active routes and route histories related to this vehicle has been deleted."
  ]
}