DeleteVehicleLog

Details on DeleteVehicle request and response.

JSON representation
{
  "request": {
    object (DeleteVehicleRequestLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
request

object (DeleteVehicleRequestLog)

The request sent to Fleet Engine.

errorResponse

object (ErrorResponseLog)

The error response returned to the client. unsets if RPC call succeeds.

DeleteVehicleRequestLog

Details on the DeleteVehicle request.

JSON representation
{
  "header": {
    object (RequestHeaderLog)
  },
  "vehicleId": string
}
Fields
header

object (RequestHeaderLog)

Request header.

vehicleId

string

The ID of the vehicle to delete.