self.delete

Deleting a group has no effect on group members’ settings. Their settings remain as they are, even if the current setting was accomplished through that group.

Group Delete Action

A group is deleted with self.deleteThe delete action optional arguments:

Field Name

Type

Description

deprovision

Boolean

(Optional) Deleting a group automatically deprovisions the group, but the deprovision action does not delete the group.

Defaults to True. Triggers self.deprovision if True.

force

Boolean

(Optional) Defaults to False.

Set to True to force group deletion even if the group is not successfully deprovisioned.

Example

You delete an existing group using the self.delete action of the group do topic.

glp/0/{SID}/rq/grp/{Handle}/do           

                                                           
{
     action: "self.delete",
     args: { ... }

}