Skip to content

Delete Fuel

Delete a fuel product from Last Mile Intelligence.

deleteFuel

fuel

ParameterTypeRequiredDefaultDescription
Fuel IDstringYes-The ID of the fuel to delete
{
"success": true,
"message": "Fuel deleted successfully",
"fuelId": "fuel_custom"
}
{
"success": false,
"error": "Fuel not found",
"fuelId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Fuel Not Found: Fuel with specified ID does not exist
  • Has Dependencies: Fuel has associated orders or pricing records
  • Permission Denied: API token lacks permission for this operation