Group
Definition of /auth/group/ routes
| FUNCTION | DESCRIPTION |
|---|---|
delete_single_group |
Delete a user group. |
Attributes¶
Classes¶
Functions:¶
delete_single_group(group_id, user=Depends(current_superuser_act), db=Depends(get_async_db))
async
¶
Delete a user group.
If FRACTAL_DEFAULT_GROUP_NAME="All", a group named "All" cannot be
deleted. If FRACTAL_DEFAULT_GROUP_NAME=None, any group can be deleted.