Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
idstringInternal user ID — provide one of id, login, or email
loginstringUsername
emailstringEmail address
fail_if_not_foundbooleanFail the task if no user matching the provided identifier is found

See also: Tasks overview

S-Launch