> For the complete documentation index, see [llms.txt](https://docs.kuzquality.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kuzquality.com/resources/premium-resources/roof-boxes-and-bike-racks/api.md).

# API

Exported functions which may be used from within external scripts

### 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
