UserGroup 2.5 Delete
This topic describes the function which can be used to delete an existing user group
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psUserGroupId | String | In | The element name of the user group (e.g. VUSERGROUPDEFAULTDEPARTMENT) |
Requirements are:
- Only an 'Administrator' user can delete an user group.
Note that:
- Deleting a user group can only be done if no other object references the user group.
- Note that you can also disable the user group (see UserGroup.Update).