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

# Delete User Group

> Delete a user group by its ID.

## Example

```python theme={"system"}
galtea.user_groups.delete(user_group_id=user_group_id)
```

## Parameters

<ResponseField name="user_group_id" type="string" required>
  The ID of the user group to delete.
</ResponseField>
