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

# Delete component group

> Deletes a component group

Requires `status_pages:read_write` permission. Components inside the deleted group are detached and become ungrouped top-level entries on the page.

<ParamField path="status_page_id" type="string" required>
  Status page UUID
</ParamField>

<ParamField path="id" type="string" required>
  Component group UUID
</ParamField>

<ResponseExample>
  ```json 204 theme={null}
  ```
</ResponseExample>
