---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.4
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/drop-group.md
  - https://ydb.tech/docs/ru/yql/reference/syntax/drop-group.md
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.
