Delete Group

The Delete Group feature enables you to automatically delete a Microsoft 365 groups from Azure active directory.  

Using Delete Group Feature

  1. In the Feature list, select Delete Group.

  2. Click the  (Setting) icon to configure the group Id parameter. The Input Configuration screen appears.

  3. Define all the input parameters as In arguments and output parameters as Out arguments in the Argument bar to make it available for the selection.

    The Delete Group feature does not have any optional parameters to define.  
  4. You can select the Is Default Value checkbox to set the selected input parameter as the default value.
    1. Mandatory Options:
      • From the id dropdown list, select the parameter holding the Object Id of the group that you want to delete. Object Id is a unique identifier corresponding to each group present in the Azure portal.
  5. Click Confirm to save the specified configuration.

    The Delete Group feature is configured.

    The output received is in the JSON array format displaying Object Id of the group deleted. You can use the JSON activity to utilize the Object Id as per your need. 


Following is a sample output received:
“{"Response":"Group deleted Successfully"}