Skip to main content

Remove child group from a group

Log in to add to favourites
DELETE/api/security/groups/{groupIdentifier}/groups/{childGroupIdentifier}

Parameters

NameParameter typeTypeFormatDescription
groupIdentifier(required)pathstringgroup identifier For convenience, Group resources can be referenced by using either the group name or id
childGroupIdentifier(required)pathobjectgroup identifier For convenience, Group resources can be referenced by using either the group name or id

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
403ForbiddenError
404Group not foundError
500Internal server errorError

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

json
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/Liposuction%20Technicians

Remarks

Permissions

Member of System Administrators.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request