Delete User
The Delete User task permanently removes a user account. The user can be identified by their internal ID, login, or email address.
WARNING
User deletion is permanent and cannot be undone.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
id | string | Internal user ID — provide one of id, login, or email |
login | string | Username |
email | string | Email address |
fail_if_not_found | boolean | Fail the task if no user matching the provided identifier is found |
See also: Tasks overview
