Delete Vehicle Consumption
Delete Vehicle Consumption
Permanently delete a single vehicle consumption record by its ID
DELETE
Delete Vehicle Consumption
Documentation Index
Fetch the complete documentation index at: https://code.dcycle.io/llms.txt
Use this file to discover all available pages before exploring further.
Delete Vehicle Consumption
Permanently delete a single vehicle consumption record. This action cannot be undone and will remove all associated emissions data from your organization’s totals.Request
Path Parameters
The UUID of the vehicle consumption record to deleteExample:
660e8400-e29b-41d4-a716-446655440000Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns204 No Content on successful deletion. No response body.
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Vehicle consumption record not found in organization422 Validation Error
Cause: Malformed UUID in path parameterRelated Endpoints
Vehicle Consumptions
List all consumption records for a vehicle
Delete Consumptions by File
Delete all consumptions from a CSV upload by file ID
Bulk Delete Consumptions
Delete multiple consumption records at once
Bulk Delete by Filters
Delete consumptions matching filter criteria

