---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/drop-group.md?version=v25.3
  - https://ydb.tech/docs/ru/yql/reference/syntax/drop-group.md?version=v25.3
  - href: en/yql/reference/syntax/drop-group.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/yql/reference/syntax/drop-group.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# DROP GROUP

Deletes the specified group. You can list multiple groups under one operator.

Syntax:

```yql
DROP GROUP [ IF EXISTS ] group_name [, ...]
```

* `IF EXISTS`: Suppress an error if the group doesn't exist.
* `group_name`: The name of the group to be deleted.
