delete_group
Delete a table group from a schema while preserving the tables themselves. Provide schema UUID, group UUID, and optional branch name.
Instructions
Удалить группу таблиц (таблицы остаются в схеме).
Args:
schema_uuid: UUID схемы.
group_uuid: UUID группы.
branch_name: Ветка схемы (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_uuid | Yes | ||
| branch_name | No | main | |
| schema_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |