Delete Group
Introduction
Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module.
group_id
Group id.
ignore_error
false
use_beta_api
Graph API beta endpoint.
false
{
  "name": "EntraIDDeleteGroup",
  "config": {
    "group_id": "${item.id}",
    "ignore_error": true
  }
}