Deletes a trip by marking it as deleted.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json.
The UUID of the business.
The UUID of the trip.
The deleted trip.
The unique identifier of the trip.
The vehicle used for this trip.
The distance traveled in miles, as a decimal string.
The date of the trip (YYYY-MM-DD).
The purpose classification of the trip.
UNREVIEWED, BUSINESS, PERSONAL The IRS standard mileage rate in cents per mile applicable for the trip date.
The estimated tax deduction in cents. Only calculated for BUSINESS trips; returns 0 for PERSONAL and UNREVIEWED trips.
Timestamp when the trip was created.
Timestamp when the trip was last updated.
An optional external identifier for the trip, used for idempotency.
The starting address of the trip.
The ending address of the trip.
An optional description or notes about the trip.
Timestamp when the trip was deleted, or null if not deleted.