Skip to main content

Remove a child group from a group

Log in to add to favourites

A child group can be removed from a group by using the following method:

removeChildGroup(groupId: string, childGroupId: string): Promise<void> 

Example

JavaScript
const groupId = "89CEE207-6F12-4D27-8693-B7693766A82D";
const childGroupId = "F8B27A8F-F1E5-48EF-A5E6-19A791030C0A";
client.security.groups.removeChildGroup(groupId, childGroupId)
    .then(result => {
        console.log('API call was successful');              
    })
    .catch(error => {
        console.log('API call error: ', error);        
    });

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