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