# Archive vehicles (bulk) — sets vehicleStatus to Inactive Endpoint: PATCH /vehicles Security: BearerAuth ## Request fields (application/json): - `companyId` (string) - `vehicles` (array) - `vehicles.vehicleId` (string) - `vehicles.customerId` (string) ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Request completed successfully" - `data` (object) Example: {}