vehicles_delete
Delete a vehicle and its entire expiry history in one operation. Use this when a vehicle must be permanently removed; for vehicles leaving the fleet, deactivate instead.
Instructions
Delete a vehicle and all its expiry items (history included). Prefer vehicles_update with active=false for a vehicle that left the fleet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Vehicle UUID | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) |