SP.GroupCollection.remove Method (sp.js)

Removes the specified group from the collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.GroupCollection.remove()

Parameters

  • group
    Type: SP.Group

    A SP.Group object that represents the group to be removed.

    It must not be null.

Return value

Undefined