HTTP - Management
Removed from your favourites
Remove child group from a group
Created by c.neale, last modified by zengenti on 17 Jun 2022
A child group can be removed from a group by sending a DELETE request specifying the group identifiers.
DELETE/api/security/groups/{groupIdentifier}/groups/{childGroupIdentifier}
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
groupIdentifier | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id | "Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" | true |
childGroupIdentifier | path | object | group identifier | For convenience, Group resources can be referenced by using either the group name or id | "Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" | true |
Examples
Remove a child group by Id
HTTP
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/3d063773-2ca9-4baf-90e1-ed674fa68640
Remove a child group from a named group by Id
HTTP
DELETE: /api/security/groups/Paper%20Street%20Soap%20Company/groups/3d063773-2ca9-4baf-90e1-ed674fa68640
Remove a named child group from a named group
HTTP
DELETE: /api/security/groups/Paper%20Street%20Soap%20Company/groups/Liposuction%20Technicians
Remove a named child group
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/Liposuction%20Technicians
Remarks
Permissions
Member of System Administrators
.