diff --git a/plugins/bazaar/plugin-bazaar.api.md b/plugins/bazaar/plugin-bazaar.api.md
deleted file mode 100644
index 33a674ffc4..0000000000
--- a/plugins/bazaar/plugin-bazaar.api.md
+++ /dev/null
@@ -1,25 +0,0 @@
-## API Report File for "@backstage/plugin-bazaar"
-
-> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
-
-```ts
-///
-
-import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
-
-// @public (undocumented)
-export const BazaarPage: () => JSX.Element;
-
-// @public (undocumented)
-export const bazaarPlugin: _backstage_core_plugin_api.BackstagePlugin<
- {
- root: _backstage_core_plugin_api.RouteRef;
- },
- {}
->;
-
-// @public (undocumented)
-export const EntityBazaarInfoCard: () => JSX.Element;
-
-// (No @packageDocumentation comment for this package)
-```