> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anny.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete booking-bundle-group

> Delete a booking bundle group. Bundles are detached, not deleted.

Delete a booking bundle group. Bundles in the group are **not** deleted: their `group` relationship is cleared (`group_id = null`). They then appear in `filter[without_group]=true` results.

```http theme={null}
DELETE /api/v1/booking-bundle-groups/{booking_bundle_group_id}?o={organization_id}
```

<ParamField path="booking_bundle_group_id" type="string" required>
  Group id.
</ParamField>

Response: `204 No Content`.

<Warning>
  Do not assume cascade-delete of bundles. After delete, previously grouped packages belong in the ungrouped / Other section.
</Warning>
