diff --git a/plugins/octopus-deploy/api-report.md b/plugins/octopus-deploy/api-report.md index 96497b6adf..55b44a0ce9 100644 --- a/plugins/octopus-deploy/api-report.md +++ b/plugins/octopus-deploy/api-report.md @@ -22,9 +22,6 @@ export const isOctopusDeployAvailable: (entity: Entity) => boolean; // @public (undocumented) export const OCTOPUS_DEPLOY_PROJECT_ID_ANNOTATION = 'octopus.com/project-id'; -// @public (undocumented) -export const OCTOPUS_DEPLOY_SPACE_ID_ANNOTATION = 'octopus.com/space-id'; - // @public (undocumented) export interface OctopusDeployApi { // (undocumented)