zitadel_delete_user
Permanently delete a user from Zitadel authentication system. This irreversible action requires confirmation and should be used cautiously, with deactivation as a reversible alternative.
Instructions
Permanently delete a user. This action cannot be undone. Requires confirm: true. Consider using zitadel_deactivate_user instead (reversible).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The Zitadel user ID to delete | |
| confirm | No | Must be true to execute. Omit to preview the action. |