DeleteTripLog

Details on DeleteTrip request and response.

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

object (DeleteTripRequestLog)

The request sent to Fleet Engine.

errorResponse

object (ErrorResponseLog)

The error response returned to the client. It will be unset if the RPC call succeeded.

DeleteTripRequestLog

Details on the DeleteTrip request.

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

object (RequestHeaderLog)

Request header.

tripId

string

The ID of the trip to delete.