logo_smallAxellero.io

Remove User

Delete a user from the AUTH module.

Remove a user account from the authentication system.

Configuration

Inputs

NameCodeTypeRequiredDescription
IDidTextYesUser ID to remove

Outputs

NameTypeDescription
successBooleanOperation success
errorTextError message if failed

Usage

{
  "id": "user-uuid-to-delete"
}

Considerations

  • This operation is typically irreversible
  • Consider soft-delete (setting active: false) for audit trails
  • Ensure user sessions are invalidated after deletion