Delete user groups
To delete a user group, follow these steps:
The selected user group will be deleted.
Deleting a user group does not delete the user accounts that belong to that group. |
REST API
You can delete a user group using the Delete User Group request. This request deletes the user group with the specified ID.
The 'manage-users' permission is required to delete a user group.
login=<...>
password=<...>
saymon_hostname=<...>
group_id=<...>
url=https://$saymon_hostname/node/api/user-groups/$group_id
curl -X DELETE $url -u $login:$password
Deleting a user group does not delete the user accounts within it. |