mng.DeleteGroup
This job deletes a group from the DB table gruppen.
A group can only be deleted if no users are still assigned to it (DB table bgrel).
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Indicates through which parameter the group is identified: |
|
STRING |
No |
GUID of the group |
|
STRING |
No |
ID of the group |
|
STRING |
No |
Name of the group |
3. Required System Role
|
This job accesses the security system or user and group data and therefore requires the calling user to hold system role
The system roles assigned to the calling user can be determined with mng.GetUserRoles; an overview of all roles is available under System Roles. See also Error Codes. |