diff --git a/plugins/scaffolder/alpha-api-report.md b/plugins/scaffolder/alpha-api-report.md
index 656f79811f..d0bb627d4d 100644
--- a/plugins/scaffolder/alpha-api-report.md
+++ b/plugins/scaffolder/alpha-api-report.md
@@ -5,11 +5,9 @@
```ts
///
-import { ExternalRouteRef } from '@backstage/core-plugin-api';
import { FormProps as FormProps_2 } from '@backstage/plugin-scaffolder-react/alpha';
import type { FormProps as FormProps_3 } from '@rjsf/core-v5';
import { LayoutOptions } from '@backstage/plugin-scaffolder-react';
-import { LinkProps } from 'react-router-dom';
import { NextFieldExtensionOptions } from '@backstage/plugin-scaffolder-react/alpha';
import { PropsWithChildren } from 'react';
import { default as React_2 } from 'react';
@@ -50,19 +48,6 @@ export const NextScaffolderPage: (
props: PropsWithChildren,
) => JSX.Element;
-// @public (undocumented)
-export const registerComponentRouteRef: ExternalRouteRef;
-
-// @alpha
-export const RegisterExistingButton: (
- props: RegisterExistingButtonProps,
-) => JSX.Element | null;
-
-// @alpha
-export type RegisterExistingButtonProps = {
- title: string;
-} & Partial>;
-
// @alpha (undocumented)
export type TemplateGroupFilter = {
title?: React_2.ReactNode;