superset_group_delete
Delete a user group in Apache Superset. Users are kept but lose roles assigned through the group. Requires group ID and confirmation.
Instructions
Delete a user group.
Users in the group are NOT deleted, but they lose the roles that were assigned through this group.
Args: group_id: ID of the group to delete. confirm_delete: Deletion confirmation (REQUIRED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| confirm_delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |