# API

### Detach all bicycles from a car

This is specifically useful to use within a garage script, as the bikes are not saved. You can easily detach them from the bike rack before storing the car using our export

```lua
-- Client sided export
exports.kq_roofboxes:DetachBikeRackBikes(vehicle)
```

* vehicle: `number` the numeric client entity id
