diff --git a/data/reusables/actions/action-delete-package-versions.md b/data/reusables/actions/action-delete-package-versions.md
deleted file mode 100644
index 1b6e049940..0000000000
--- a/data/reusables/actions/action-delete-package-versions.md
+++ /dev/null
@@ -1 +0,0 @@
-actions/delete-package-versions@{% ifversion actions-node16-action %}v3{% else %}v2{% endif %}
diff --git a/data/reusables/actions/actions-runner-controller-cache.md b/data/reusables/actions/actions-runner-controller-cache.md
deleted file mode 100644
index ea5e2b6269..0000000000
--- a/data/reusables/actions/actions-runner-controller-cache.md
+++ /dev/null
@@ -1 +0,0 @@
-You need to trigger several workflow runs before checking if the cache is effective. {% data variables.product.prodname_actions_runner_controller %} requires an `Available` PV to be reused for the new runner pod, and a PV becomes `Available` only after some time after the previous runner pod that was using the PV terminated. For more information, see [this discussion](https://github.com/actions/actions-runner-controller/discussions/1605).
\ No newline at end of file
diff --git a/data/reusables/actions/autoscaling-parameters.md b/data/reusables/actions/autoscaling-parameters.md
deleted file mode 100644
index d9c4342b29..0000000000
--- a/data/reusables/actions/autoscaling-parameters.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- Optionally, autoscaling parameters for each pool.
- - Minimum number of idle runners for the pool
- - Active timeout: The number of minutes that a runner should remain active in the pool before the pool is reduced to the idle count
diff --git a/data/reusables/actions/hardware-requirements-3.2.md b/data/reusables/actions/hardware-requirements-3.2.md
deleted file mode 100644
index 5cc3d57e6a..0000000000
--- a/data/reusables/actions/hardware-requirements-3.2.md
+++ /dev/null
@@ -1,5 +0,0 @@
-| vCPUs | Memory | Maximum Concurrency |
-| :--- | :--- | :--- |
-| 32 | 128 GB | 1000 jobs |
-| 64 | 256 GB | 1300 jobs |
-| 96 | 384 GB | 2200 jobs |
diff --git a/data/reusables/actions/hardware-requirements-3.3.md b/data/reusables/actions/hardware-requirements-3.3.md
deleted file mode 100644
index 92e6bdd202..0000000000
--- a/data/reusables/actions/hardware-requirements-3.3.md
+++ /dev/null
@@ -1,7 +0,0 @@
-| vCPUs | Memory | Maximum Concurrency |
-| :--- | :--- | :--- |
-| 8 | 64 GB | 300 jobs |
-| 16 | 128 GB | 700 jobs |
-| 32 | 160 GB | 1300 jobs |
-| 64 | 256 GB | 2000 jobs |
-| 96 | 384 GB | 4000 jobs |
diff --git a/data/reusables/actions/hardware-requirements-before.md b/data/reusables/actions/hardware-requirements-before.md
deleted file mode 100644
index 7ccbafafc7..0000000000
--- a/data/reusables/actions/hardware-requirements-before.md
+++ /dev/null
@@ -1,6 +0,0 @@
-| vCPUs | Memory | Maximum job throughput |
-| :--- | :--- | :--- |
-| 4 | 32 GB | Demo or light testing |
-| 8 | 64 GB | 25 jobs |
-| 16 | 160 GB | 35 jobs |
-| 32 | 256 GB | 100 jobs |
diff --git a/data/reusables/actions/hosted-runner-configure-runner-group-access.md b/data/reusables/actions/hosted-runner-configure-runner-group-access.md
deleted file mode 100644
index 1546336d05..0000000000
--- a/data/reusables/actions/hosted-runner-configure-runner-group-access.md
+++ /dev/null
@@ -1,2 +0,0 @@
-1. In the runner section of the settings page, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} next to the runner group you'd like to configure, then click **Edit name and [organization|repository] access**.
-1. Modify your policy options, or change the runner group name.
diff --git a/data/reusables/actions/hosted-runner-list.md b/data/reusables/actions/hosted-runner-list.md
deleted file mode 100644
index 9b5de7045f..0000000000
--- a/data/reusables/actions/hosted-runner-list.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Click the "Self-hosted runners" tab, and locate the list of runners.
diff --git a/data/reusables/actions/oidc-updating-workflow-overview.md b/data/reusables/actions/oidc-updating-workflow-overview.md
deleted file mode 100644
index fbbabdca65..0000000000
--- a/data/reusables/actions/oidc-updating-workflow-overview.md
+++ /dev/null
@@ -1,6 +0,0 @@
-To add OIDC integration to your cloud deployment workflows, you will need to add the following code changes:
-
-- Grant permission to fetch the token from the {% data variables.product.prodname_dotcom %} OIDC provider:
- - The workflow needs a `permissions` setting with a defined `id-token` value. This lets you fetch the OIDC token from every job in the workflow. If you only need to fetch an OIDC token for a single job, then this permission can be set within that job.
-- Request the JSON Web Token (JWT) from the {% data variables.product.prodname_dotcom %} OIDC provider, and present it to your cloud provider to receive an access token:
- - You could use the Actions toolkit to fetch the tokens in your job, or you can use the official action created by your cloud provider to fetch the JWT and receive the access token from the cloud.
diff --git a/data/reusables/actions/permissions-statement-secrets-api.md b/data/reusables/actions/permissions-statement-secrets-api.md
deleted file mode 100644
index bc924e025c..0000000000
--- a/data/reusables/actions/permissions-statement-secrets-api.md
+++ /dev/null
@@ -1 +0,0 @@
-To create secrets using the REST API, you must have write access to the repository or admin access to the organization. For more information, see "[AUTOTITLE](/rest/actions#secrets)."
diff --git a/data/reusables/actions/runner-group-assign-policy-org.md b/data/reusables/actions/runner-group-assign-policy-org.md
deleted file mode 100644
index c44447c80d..0000000000
--- a/data/reusables/actions/runner-group-assign-policy-org.md
+++ /dev/null
@@ -1,3 +0,0 @@
-1. Assign a policy for organization access.
-
- You can configure a runner group to be accessible to a specific list of organizations, or all organizations in the enterprise.{% ifversion ghec or ghes %} By default, only private repositories can access runners in a runner group, but you can override this. This setting can't be overridden if configuring an organization's runner group that was shared by an enterprise.{% endif %}
diff --git a/data/reusables/actions/self-hosted-runner-list.md b/data/reusables/actions/self-hosted-runner-list.md
deleted file mode 100644
index 6e53ef0e5b..0000000000
--- a/data/reusables/actions/self-hosted-runner-list.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Locate the list of runners under "Runners".
diff --git a/data/reusables/actions/settings-sidebar-actions-runners-updated.md b/data/reusables/actions/settings-sidebar-actions-runners-updated.md
deleted file mode 100644
index 22e13e27ba..0000000000
--- a/data/reusables/actions/settings-sidebar-actions-runners-updated.md
+++ /dev/null
@@ -1 +0,0 @@
-1. In the left sidebar, under "Actions", click **Runners**.
diff --git a/data/reusables/advanced-security/custom-link-beta.md b/data/reusables/advanced-security/custom-link-beta.md
deleted file mode 100644
index ea534cbede..0000000000
--- a/data/reusables/advanced-security/custom-link-beta.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** The ability to add resource links to blocked push messages is currently in public beta and subject to change.
-
-{% endnote %}
diff --git a/data/reusables/apps/expiring_user_authorization_tokens.md b/data/reusables/apps/expiring_user_authorization_tokens.md
deleted file mode 100644
index ba1988d111..0000000000
--- a/data/reusables/apps/expiring_user_authorization_tokens.md
+++ /dev/null
@@ -1 +0,0 @@
-To keep user access tokens more secure, you can use access tokens that will expire after 8 hours, and a refresh token that can be exchanged for a new access token. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens)."
diff --git a/data/reusables/apps/oauth-apps-restrictions.md b/data/reusables/apps/oauth-apps-restrictions.md
deleted file mode 100644
index 57720116f9..0000000000
--- a/data/reusables/apps/oauth-apps-restrictions.md
+++ /dev/null
@@ -1 +0,0 @@
-{% ifversion fpt or ghec %}If you are using your OAuth App with GitHub Actions and want to modify workflow files, your OAuth token must have the `workflow` scope and the user must have owner or write permission to the repository that contains the workflow file. For more information, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes)."{% endif %}
diff --git a/data/reusables/apps/undetected-pushes-to-a-forked-repository-for-check-suites.md b/data/reusables/apps/undetected-pushes-to-a-forked-repository-for-check-suites.md
deleted file mode 100644
index c5d46e7b2e..0000000000
--- a/data/reusables/apps/undetected-pushes-to-a-forked-repository-for-check-suites.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.
-
-{% endnote %}
diff --git a/data/reusables/audit_log/exported-git-log-keys-and-values.md b/data/reusables/audit_log/exported-git-log-keys-and-values.md
deleted file mode 100644
index aad6d633a6..0000000000
--- a/data/reusables/audit_log/exported-git-log-keys-and-values.md
+++ /dev/null
@@ -1,13 +0,0 @@
-After you export the log as JSON or CSV, you'll see the following keys and values in the resulting file.
-
-| Key | Example value
-|------------|-------------
-| `@timestamp` | 1429548104000
-| `actor` | octocat
-| `action` | git.clone
-| `org` | octo-org
-| `business` | avocado-corp
-| `repo` | octo-org/documentation
-| `repository_public` | false
-| `user` | codertocat
-| `protocol_name` | http
diff --git a/data/reusables/classroom/assignments-guide-prevent-changes.md b/data/reusables/classroom/assignments-guide-prevent-changes.md
deleted file mode 100644
index 764775e27c..0000000000
--- a/data/reusables/classroom/assignments-guide-prevent-changes.md
+++ /dev/null
@@ -1,3 +0,0 @@
-You can prevent students from changing files that contain tests for autograding, or other important files in the assignment repository.
-
-Under "Protected file paths", type relative paths within the repository to protect.
diff --git a/data/reusables/code-scanning/get-started-uploading-third-party-data.md b/data/reusables/code-scanning/get-started-uploading-third-party-data.md
deleted file mode 100644
index e7c8f614d0..0000000000
--- a/data/reusables/code-scanning/get-started-uploading-third-party-data.md
+++ /dev/null
@@ -1 +0,0 @@
-To get started, see "[AUTOTITLE](/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github)."
diff --git a/data/reusables/codespaces/about-configuration.md b/data/reusables/codespaces/about-configuration.md
deleted file mode 100644
index 398b2495a6..0000000000
--- a/data/reusables/codespaces/about-configuration.md
+++ /dev/null
@@ -1 +0,0 @@
-You can create a default codespace configuration for your repository that determines the environment of every new codespace anyone creates for that repository. The configuration defines a development container that can include frameworks, tools, extensions, and port forwarding.
diff --git a/data/reusables/codespaces/codespace-config-order.md b/data/reusables/codespaces/codespace-config-order.md
deleted file mode 100644
index e785e51c45..0000000000
--- a/data/reusables/codespaces/codespace-config-order.md
+++ /dev/null
@@ -1 +0,0 @@
-Your `dotfiles` personalization is applied before a repository's default codespace configuration.
diff --git a/data/reusables/codespaces/codespaces-are-per-branch.md b/data/reusables/codespaces/codespaces-are-per-branch.md
deleted file mode 100644
index 146beb47e8..0000000000
--- a/data/reusables/codespaces/codespaces-are-per-branch.md
+++ /dev/null
@@ -1 +0,0 @@
-Each codespace is associated with a specific branch of a repository.
diff --git a/data/reusables/copilot/accept-suggestion-new-tab.md b/data/reusables/copilot/accept-suggestion-new-tab.md
deleted file mode 100644
index 183cf25da8..0000000000
--- a/data/reusables/copilot/accept-suggestion-new-tab.md
+++ /dev/null
@@ -1 +0,0 @@
-1. To accept a suggestion from the new tab, above the suggestion you want to accept, click **Accept solution**.
diff --git a/data/reusables/copilot/accept-suggestion-tab.md b/data/reusables/copilot/accept-suggestion-tab.md
deleted file mode 100644
index 5bee724a53..0000000000
--- a/data/reusables/copilot/accept-suggestion-tab.md
+++ /dev/null
@@ -1 +0,0 @@
-1. If {% data variables.product.prodname_copilot %} offers a suggestion you want to accept, press Tab.
diff --git a/data/reusables/copilot/close-suggestions-tab.md b/data/reusables/copilot/close-suggestions-tab.md
deleted file mode 100644
index 22b4ce4d82..0000000000
--- a/data/reusables/copilot/close-suggestions-tab.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Alternatively, to reject all suggestions, close the suggestions tab.
diff --git a/data/reusables/copilot/emus-cannot-use-copilot.md b/data/reusables/copilot/emus-cannot-use-copilot.md
deleted file mode 100644
index ee6aba18f8..0000000000
--- a/data/reusables/copilot/emus-cannot-use-copilot.md
+++ /dev/null
@@ -1 +0,0 @@
-{% data variables.enterprise.prodname_managed_users_caps %} cannot use {% data variables.product.prodname_copilot %}.
diff --git a/data/reusables/copilot/enabling-disabling-in-jetbrains.md b/data/reusables/copilot/enabling-disabling-in-jetbrains.md
deleted file mode 100644
index 988ac42c03..0000000000
--- a/data/reusables/copilot/enabling-disabling-in-jetbrains.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Enabling or disabling {% data variables.product.prodname_copilot %}
-
-You can enable or disable {% data variables.product.prodname_copilot %} from within JetBrains. The {% data variables.product.prodname_copilot %} status icon in the bottom panel of the JetBrains window indicates whether {% data variables.product.prodname_copilot %} is enabled or disabled. When enabled, the icon is highlighted. When disabled, the icon is grayed out.
-
-1. To enable or disable {% data variables.product.prodname_copilot %}, click the status icon in the bottom panel of the JetBrains window.
- 
-2. If you are disabling {% data variables.product.prodname_copilot %}, JetBrains will ask whether you want to disable the feature globally, or for the language of the file you are currently editing. To disable globally, click **Disable Completions**. Alternatively, click the button to disable completions for the language of the file you are currently editing.
- 
diff --git a/data/reusables/copilot/getting-started-further-reading.md b/data/reusables/copilot/getting-started-further-reading.md
deleted file mode 100644
index 3aafe52502..0000000000
--- a/data/reusables/copilot/getting-started-further-reading.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Further reading
-
-- [{% data variables.product.prodname_copilot %}](https://copilot.github.com/)
-- [About {% data variables.product.prodname_copilot %}](/copilot/overview-of-github-copilot/about-github-copilot-for-individuals)
diff --git a/data/reusables/copilot/reject-suggestions-escape.md b/data/reusables/copilot/reject-suggestions-escape.md
deleted file mode 100644
index 6d7bfe5886..0000000000
--- a/data/reusables/copilot/reject-suggestions-escape.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Alternatively, to reject all suggestions, press Esc.
diff --git a/data/reusables/copilot/type-function-header-c.md b/data/reusables/copilot/type-function-header-c.md
deleted file mode 100644
index 5e8a63d0f4..0000000000
--- a/data/reusables/copilot/type-function-header-c.md
+++ /dev/null
@@ -1,5 +0,0 @@
-1. In the C# file, type the following function header.
-
- ```csharp{:copy}
- function calculateDaysBetweenDates(begin, end) {
- ```
diff --git a/data/reusables/copilot/windows-linux-next-suggestion.md b/data/reusables/copilot/windows-linux-next-suggestion.md
deleted file mode 100644
index b4eb718d8f..0000000000
--- a/data/reusables/copilot/windows-linux-next-suggestion.md
+++ /dev/null
@@ -1 +0,0 @@
-- On Windows or Linux, press Alt+] for the next suggestion, or Alt+[ for the previous suggestion.
diff --git a/data/reusables/desktop/copy-email-git-config.md b/data/reusables/desktop/copy-email-git-config.md
deleted file mode 100644
index ca809ecb09..0000000000
--- a/data/reusables/desktop/copy-email-git-config.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Copy the email address you'd like to use in your local Git configuration.
diff --git a/data/reusables/desktop/return-to-desktop.md b/data/reusables/desktop/return-to-desktop.md
deleted file mode 100644
index e574654353..0000000000
--- a/data/reusables/desktop/return-to-desktop.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Return to {% data variables.product.prodname_desktop %}.
diff --git a/data/reusables/desktop/sign-in-choose-product.md b/data/reusables/desktop/sign-in-choose-product.md
deleted file mode 100644
index 82497b381e..0000000000
--- a/data/reusables/desktop/sign-in-choose-product.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Sign in to {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %}.
diff --git a/data/reusables/desktop/switching-between-branches.md b/data/reusables/desktop/switching-between-branches.md
deleted file mode 100644
index 7150349d5c..0000000000
--- a/data/reusables/desktop/switching-between-branches.md
+++ /dev/null
@@ -1 +0,0 @@
-1. In the list of branches, click the branch you want to switch to.
diff --git a/data/reusables/dotcom_billing/remove_payment_info.md b/data/reusables/dotcom_billing/remove_payment_info.md
deleted file mode 100644
index 8db1bc671f..0000000000
--- a/data/reusables/dotcom_billing/remove_payment_info.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Confirm the change by clicking **Remove credit card** or **Remove PayPal account**.
diff --git a/data/reusables/enterprise-accounts/dormant-user-release-phase.md b/data/reusables/enterprise-accounts/dormant-user-release-phase.md
deleted file mode 100644
index 3ac13f7607..0000000000
--- a/data/reusables/enterprise-accounts/dormant-user-release-phase.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** The Dormant Users report is currently in beta and subject to change. During the beta, ongoing improvements to the report download feature may limit its availability.
-
-{% endnote %}
diff --git a/data/reusables/enterprise-managed/about-billing.md b/data/reusables/enterprise-managed/about-billing.md
deleted file mode 100644
index 2b7559529d..0000000000
--- a/data/reusables/enterprise-managed/about-billing.md
+++ /dev/null
@@ -1 +0,0 @@
-You will receive a monthly bill for {% data variables.product.prodname_ghe_managed %}, with charges that are calculated per licensed user per day.
diff --git a/data/reusables/enterprise-migration-tool/aws-key-placeholders.md b/data/reusables/enterprise-migration-tool/aws-key-placeholders.md
deleted file mode 100644
index 74e637afca..0000000000
--- a/data/reusables/enterprise-migration-tool/aws-key-placeholders.md
+++ /dev/null
@@ -1,2 +0,0 @@
-AWS_ACCESS_KEY | The access key for your AWS S3 bucket
-AWS_SECRET_KEY | The secret key for your AWS S3 bucket
\ No newline at end of file
diff --git a/data/reusables/enterprise-migration-tool/aws-region-placeholder.md b/data/reusables/enterprise-migration-tool/aws-region-placeholder.md
deleted file mode 100644
index 3247d874bf..0000000000
--- a/data/reusables/enterprise-migration-tool/aws-region-placeholder.md
+++ /dev/null
@@ -1 +0,0 @@
-AWS-REGION | The AWS region where your S3 bucket is located
\ No newline at end of file
diff --git a/data/reusables/enterprise-migration-tool/aws-session-token-placeholder.md b/data/reusables/enterprise-migration-tool/aws-session-token-placeholder.md
deleted file mode 100644
index 8f2f0def4b..0000000000
--- a/data/reusables/enterprise-migration-tool/aws-session-token-placeholder.md
+++ /dev/null
@@ -1 +0,0 @@
-AWS-SESSION-TOKEN | The AWS session token, if you're using temporary credentials (see [Using temporary credentials with AWS resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html) in the AWS documentation)
\ No newline at end of file
diff --git a/data/reusables/enterprise/link-to-ghe-trial.md b/data/reusables/enterprise/link-to-ghe-trial.md
deleted file mode 100644
index c85fcbf7a9..0000000000
--- a/data/reusables/enterprise/link-to-ghe-trial.md
+++ /dev/null
@@ -1 +0,0 @@
-For more information about how you can try {% data variables.product.prodname_enterprise %} for free, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud)" and "[Setting up a trial of {% data variables.product.prodname_ghe_server %}]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server)."
diff --git a/data/reusables/enterprise/upgrade-ghes-for-features.md b/data/reusables/enterprise/upgrade-ghes-for-features.md
deleted file mode 100644
index 21828f8a44..0000000000
--- a/data/reusables/enterprise/upgrade-ghes-for-features.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** Features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, {% data variables.product.prodname_mobile %} and {% data variables.product.prodname_GH_advanced_security %} are available on {% data variables.product.prodname_ghe_server %} 3.0 or higher. We highly recommend upgrading to 3.0 or later releases to take advantage of critical security updates, bug fixes and feature enhancements.
-
-{% endnote %}
diff --git a/data/reusables/enterprise_clustering/apply-configuration.md b/data/reusables/enterprise_clustering/apply-configuration.md
deleted file mode 100644
index c106784319..0000000000
--- a/data/reusables/enterprise_clustering/apply-configuration.md
+++ /dev/null
@@ -1,3 +0,0 @@
-1. Apply the new configuration. {% data reusables.enterprise.use-a-multiplexer %}
-
- ghe-cluster-config-apply
diff --git a/data/reusables/enterprise_clustering/configuration-file-heading.md b/data/reusables/enterprise_clustering/configuration-file-heading.md
deleted file mode 100644
index 9617fb9412..0000000000
--- a/data/reusables/enterprise_clustering/configuration-file-heading.md
+++ /dev/null
@@ -1 +0,0 @@
-The cluster configuration file lists each node under a [cluster "HOSTNAME"] heading.
diff --git a/data/reusables/enterprise_clustering/configuration-finished.md b/data/reusables/enterprise_clustering/configuration-finished.md
deleted file mode 100644
index d20c300d4f..0000000000
--- a/data/reusables/enterprise_clustering/configuration-finished.md
+++ /dev/null
@@ -1,5 +0,0 @@
-1. After the configuration run finishes, {% data variables.product.prodname_ghe_server %} displays the following message.
-
- ```shell
- Finished cluster configuration
- ```
diff --git a/data/reusables/enterprise_clustering/key-value-pair-order-irrelevant.md b/data/reusables/enterprise_clustering/key-value-pair-order-irrelevant.md
deleted file mode 100644
index fb58841728..0000000000
--- a/data/reusables/enterprise_clustering/key-value-pair-order-irrelevant.md
+++ /dev/null
@@ -1 +0,0 @@
-The order of the key-value pairs doesn't matter.
diff --git a/data/reusables/enterprise_clustering/open-configuration-file.md b/data/reusables/enterprise_clustering/open-configuration-file.md
deleted file mode 100644
index c4169c23ca..0000000000
--- a/data/reusables/enterprise_clustering/open-configuration-file.md
+++ /dev/null
@@ -1,3 +0,0 @@
-1. Open the cluster configuration file at _/data/user/common/cluster.conf_ in a text editor. For example, you can use Vim.
-
- sudo vim /data/user/common/cluster.conf
diff --git a/data/reusables/enterprise_installation/preventing-nameservers-change.md b/data/reusables/enterprise_installation/preventing-nameservers-change.md
deleted file mode 100644
index 58f97ca714..0000000000
--- a/data/reusables/enterprise_installation/preventing-nameservers-change.md
+++ /dev/null
@@ -1,5 +0,0 @@
- {% note %}
-
- **Note**: The 127.0.0.1 entry is required to be the first entry in the list. Do not remove the 127.0.0.1 entry, add another entry above the 127.0.0.1 entry, or use options that affect the ordering of entries, such as "options rotate".
-
- {% endnote %}
diff --git a/data/reusables/enterprise_management_console/advanced-security-license.md b/data/reusables/enterprise_management_console/advanced-security-license.md
deleted file mode 100644
index 964a27dde5..0000000000
--- a/data/reusables/enterprise_management_console/advanced-security-license.md
+++ /dev/null
@@ -1 +0,0 @@
-If you can't see **{% data variables.product.prodname_advanced_security %}** in the sidebar, it means that your license doesn't include support for {% data variables.product.prodname_advanced_security %} features, including {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_secret_scanning %}. The {% data variables.product.prodname_advanced_security %} license gives you and your users access to features that help you make your repositories and code more secure. For more information, see "[AUTOTITLE](/get-started/learning-about-github/about-github-advanced-security)" or contact {% data variables.contact.contact_enterprise_sales %}.
diff --git a/data/reusables/enterprise_management_console/badge_indicator.md b/data/reusables/enterprise_management_console/badge_indicator.md
deleted file mode 100644
index 44801c5a0a..0000000000
--- a/data/reusables/enterprise_management_console/badge_indicator.md
+++ /dev/null
@@ -1 +0,0 @@
-A team that's [synced to an LDAP group](/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap#enabling-ldap-sync) is indicated with a special LDAP badge. The member list for an LDAP synced team can only be managed from the LDAP group it's mapped to.
diff --git a/data/reusables/github-connect/access-profile-settings.md b/data/reusables/github-connect/access-profile-settings.md
deleted file mode 100644
index 072eb15f2a..0000000000
--- a/data/reusables/github-connect/access-profile-settings.md
+++ /dev/null
@@ -1,2 +0,0 @@
-1. On {% ifversion ghes %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_ghe_managed %}{% endif %}, in the upper-right corner of any page, click your profile photo, then click **Settings**.
- 
diff --git a/data/reusables/large_files/use_lfs_tip.md b/data/reusables/large_files/use_lfs_tip.md
deleted file mode 100644
index 269b9b12ee..0000000000
--- a/data/reusables/large_files/use_lfs_tip.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% tip %}
-
-**Tip:** If you regularly push large files to {% data variables.location.product_location %}, consider using {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}). For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-large-files)."
-
-{% endtip %}
diff --git a/data/reusables/marketplace/launch-with-free.md b/data/reusables/marketplace/launch-with-free.md
deleted file mode 100644
index 15e06d0cb2..0000000000
--- a/data/reusables/marketplace/launch-with-free.md
+++ /dev/null
@@ -1 +0,0 @@
-You can request publication with or without verification. Requesting publication without verification allows you to launch a free version of your app quickly. If you then request publication with verification, your listing will be updated to include the marketplace badge and any paid pricing plans when you complete verification and financial onboarding.
diff --git a/data/reusables/marketplace/unverified-apps.md b/data/reusables/marketplace/unverified-apps.md
deleted file mode 100644
index b7ce68277e..0000000000
--- a/data/reusables/marketplace/unverified-apps.md
+++ /dev/null
@@ -1 +0,0 @@
-Unverified apps are only offered with free plans. To list paid plans, you must submit a verified app.
diff --git a/data/reusables/notifications/auto-watch.md b/data/reusables/notifications/auto-watch.md
deleted file mode 100644
index 91f4de98ef..0000000000
--- a/data/reusables/notifications/auto-watch.md
+++ /dev/null
@@ -1 +0,0 @@
-You automatically watch all repositories that you create and are owned by your personal account. You can also choose to automatically watch all repositories that you have push access to, except forks. You can watch any other repository manually.
diff --git a/data/reusables/notifications/saved_for_late_sidebar.md b/data/reusables/notifications/saved_for_late_sidebar.md
deleted file mode 100644
index eb78e7beb8..0000000000
--- a/data/reusables/notifications/saved_for_late_sidebar.md
+++ /dev/null
@@ -1 +0,0 @@
-1. In the left sidebar, to view your saved notifications, click **Saved for later**.
diff --git a/data/reusables/notifications/vulnerable-dependency-notification-delivery-method-customization.md b/data/reusables/notifications/vulnerable-dependency-notification-delivery-method-customization.md
deleted file mode 100644
index 0da5c96fb6..0000000000
--- a/data/reusables/notifications/vulnerable-dependency-notification-delivery-method-customization.md
+++ /dev/null
@@ -1 +0,0 @@
-You can choose the delivery method and frequency of notifications about {% data variables.product.prodname_dependabot_alerts %} on repositories that you are watching or where you have subscribed to notifications for security alerts.
diff --git a/data/reusables/organizations/repository-labels.md b/data/reusables/organizations/repository-labels.md
deleted file mode 100644
index 60327b06b3..0000000000
--- a/data/reusables/organizations/repository-labels.md
+++ /dev/null
@@ -1 +0,0 @@
-1. In the left sidebar, click **Repository labels**.
diff --git a/data/reusables/organizations/team-discussions-are-for-orgs.md b/data/reusables/organizations/team-discussions-are-for-orgs.md
deleted file mode 100644
index 1eb0bebb29..0000000000
--- a/data/reusables/organizations/team-discussions-are-for-orgs.md
+++ /dev/null
@@ -1 +0,0 @@
-Team discussions are only available on team pages in organizations. For more information, see "[AUTOTITLE](/organizations/collaborating-with-your-team/about-team-discussions)."
diff --git a/data/reusables/organizations/team_maintainers_can.md b/data/reusables/organizations/team_maintainers_can.md
deleted file mode 100644
index 68bcb00f26..0000000000
--- a/data/reusables/organizations/team_maintainers_can.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Members with team maintainer permissions can:
-
-- [Change the team's name and description](/organizations/organizing-members-into-teams/renaming-a-team)
-- [Change the team's visibility](/organizations/organizing-members-into-teams/changing-team-visibility)
-- [Request to add a child team](/organizations/organizing-members-into-teams/requesting-to-add-a-child-team)
-- [Request to add or change a parent team](/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team)
-- [Set the team profile picture](/organizations/organizing-members-into-teams/setting-your-teams-profile-picture){% ifversion team-discussions %}
-- [Edit team discussions](/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment)
-- [Delete team discussions](/communities/moderating-comments-and-conversations/managing-disruptive-comments#deleting-a-comment){% endif %}
-- [Add organization members to the team](/organizations/organizing-members-into-teams/adding-organization-members-to-a-team)
-- [Remove organization members from the team](/organizations/organizing-members-into-teams/removing-organization-members-from-a-team)
-- [Promote an existing team member to team maintainer](/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member)
-- Remove the team's access to repositories
-- [Manage code review settings for the team](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team){% ifversion fpt or ghec %}
-- [Manage scheduled reminders for pull requests](/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team){% endif %}
diff --git a/data/reusables/organizations/watch-team-options.md b/data/reusables/organizations/watch-team-options.md
deleted file mode 100644
index 08d37116a3..0000000000
--- a/data/reusables/organizations/watch-team-options.md
+++ /dev/null
@@ -1 +0,0 @@
-1. On the left side of the team page, under the team name,
diff --git a/data/reusables/package_registry/package-registry-with-github-tokens.md b/data/reusables/package_registry/package-registry-with-github-tokens.md
deleted file mode 100644
index 2b9ee4a435..0000000000
--- a/data/reusables/package_registry/package-registry-with-github-tokens.md
+++ /dev/null
@@ -1 +0,0 @@
-If you are using a {% data variables.product.prodname_actions %} workflow, you can use a `GITHUB_TOKEN` to publish and consume packages in {% data variables.product.prodname_registry %} without needing to store and manage a {% data variables.product.pat_generic %}. For more information, see "[AUTOTITLE](/actions/security-guides/automatic-token-authentication)."
diff --git a/data/reusables/pre-release-program/content-attachments-public-beta.md b/data/reusables/pre-release-program/content-attachments-public-beta.md
deleted file mode 100644
index 5ec22b70ca..0000000000
--- a/data/reusables/pre-release-program/content-attachments-public-beta.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** The {% data variables.product.prodname_unfurls %} API is currently in public beta and only available for use with GitHub Apps. Features and requirements may change at any time during this period.
-
-{% endnote %}
diff --git a/data/reusables/pre-release-program/corsair-preview.md b/data/reusables/pre-release-program/corsair-preview.md
deleted file mode 100644
index 7724c1caaf..0000000000
--- a/data/reusables/pre-release-program/corsair-preview.md
+++ /dev/null
@@ -1,9 +0,0 @@
-{% note %}
-
-**Note:** To access the {% data variables.product.prodname_unfurls %} API during the preview period, you must provide a custom [media type](/rest/overview/media-types) in the `Accept` header:
-
-```
-application/vnd.github.corsair-preview+json
-```
-
-{% endnote %}
diff --git a/data/reusables/projects/insights-alpha.md b/data/reusables/projects/insights-alpha.md
deleted file mode 100644
index 092e1e882b..0000000000
--- a/data/reusables/projects/insights-alpha.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** Insights for projects (beta) is currently in private preview and is not yet available to all organizations.
-
-{% endnote %}
diff --git a/data/reusables/projects/projects-filters.md b/data/reusables/projects/projects-filters.md
deleted file mode 100644
index 774d51e4ba..0000000000
--- a/data/reusables/projects/projects-filters.md
+++ /dev/null
@@ -1,10 +0,0 @@
-- To filter for any match of multiple values (an OR query), separate the values with a comma. For example `label:"good first issue",bug` will list all issues labelled `good first issue` or `bug`.
-- To filter for the absence of a specific value, place `-` before your filter. For example, `-label:"bug"` will only show items that do not have the label `bug`.
-- To filter for the absence of all values, enter `no:` followed by the field name. For example, `no:assignee` will only show items that do not have an assignee.
-- To filter by state, enter `is:`. For example, `is: issue` or `is:open`.
-- Separate multiple filters with a space. For example, `status:"In progress" -label:"bug" no:assignee` will show only items that have a status of `In progress`, do not have the label `bug`, and do not have an assignee.
-- To filter for the previous, current, or next iteration of an iteration field, use `@previous`, `@current`, or `@next`. For example, `iteration:@current`.
-- To filter for items assigned to the viewer, use `@me`. For example, `assignee:@me`. Anyone using this view will see items assigned to themselves.
-- To filter by when an item was last updated, use `last-updated:` followed by the number of days. This filter only supports `{number}days` (or `1day` for a single day) as a unit. For example, `last-updated:7days` will only show items that were last updated 7 or more days ago.
-- To filter date and number fields, use `>`, `>=`, `<`, `<=`, and `..` range queries. For example: `target:2022-03-01..2022-03-15`. For more information, see "[AUTOTITLE](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)." {% ifversion projects-v2-tasklists %}
-- To filter for issues tracked by a specified issue, use `tracked-by:"/#"` and replace `` with the repository owner, `` with the repository name, and `` with the issue number. {% endif %}
diff --git a/data/reusables/repositories/auto-gen-release-public-beta.md b/data/reusables/repositories/auto-gen-release-public-beta.md
deleted file mode 100644
index 1271ce25e0..0000000000
--- a/data/reusables/repositories/auto-gen-release-public-beta.md
+++ /dev/null
@@ -1 +0,0 @@
-Automatically generated release notes are currently in public beta and subject to change.
diff --git a/data/reusables/repositories/security-alert-delivery-options.md b/data/reusables/repositories/security-alert-delivery-options.md
deleted file mode 100644
index 124d9ada75..0000000000
--- a/data/reusables/repositories/security-alert-delivery-options.md
+++ /dev/null
@@ -1,3 +0,0 @@
-{% ifversion not ghae %}
-If your repository has a supported dependency manifest{% ifversion fpt or ghec %} (and if you've set up the dependency graph if it's a private repository){% endif %}, whenever {% data variables.product.product_name %} detects a vulnerable dependency in your repository, you will receive a weekly digest email. You can also configure your security alerts as web notifications, individual email notifications, daily email digests, or alerts in the {% data variables.product.product_name %} interface. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)."
-{% endif %}
diff --git a/data/reusables/saml/about-user-provisioning-enterprise-account.md b/data/reusables/saml/about-user-provisioning-enterprise-account.md
deleted file mode 100644
index c83e052fa8..0000000000
--- a/data/reusables/saml/about-user-provisioning-enterprise-account.md
+++ /dev/null
@@ -1 +0,0 @@
-If you use Okta as an IdP and participate in a private beta for enterprise accounts, you can manage membership in your enterprise account's organizations with SCIM. SCIM automatically invites people to or removes people from organizations in your enterprise account based on whether they are members of the group that corresponds to each organization in your IdP.
diff --git a/data/reusables/saml/okta-browse-app-catalog copy.md b/data/reusables/saml/okta-browse-app-catalog copy.md
deleted file mode 100644
index 7426c57861..0000000000
--- a/data/reusables/saml/okta-browse-app-catalog copy.md
+++ /dev/null
@@ -1,3 +0,0 @@
-1. Click **Browse App Catalog**.
-
- 
diff --git a/data/reusables/saml/saml-requires-ghec.md b/data/reusables/saml/saml-requires-ghec.md
deleted file mode 100644
index 0cf73bddd5..0000000000
--- a/data/reusables/saml/saml-requires-ghec.md
+++ /dev/null
@@ -1 +0,0 @@
-SAML SSO requires {% data variables.product.prodname_ghe_cloud %}.
diff --git a/data/reusables/scim/supported-idps.md b/data/reusables/scim/supported-idps.md
deleted file mode 100644
index 1243cee7b5..0000000000
--- a/data/reusables/scim/supported-idps.md
+++ /dev/null
@@ -1,6 +0,0 @@
-The following IdPs can provision or deprovision user accounts on {% data variables.location.product_location %} using SCIM.
-
-{% ifversion ghae %}
-- Azure AD
-- Okta (currently in beta)
-{% endif %}
diff --git a/data/reusables/security-overview/security-coverage-single-repo-enablement.md b/data/reusables/security-overview/security-coverage-single-repo-enablement.md
deleted file mode 100644
index ebf8d9b407..0000000000
--- a/data/reusables/security-overview/security-coverage-single-repo-enablement.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{% note %}
-
-**Note:** You can enable or disable security features that have a one-click setup directly from the "Security coverage" view. For more information, see "[AUTOTITLE](/code-security/security-overview/assessing-adoption-code-security)."
-
-{% endnote %}
diff --git a/data/reusables/security/overview-of-phased-approach-for-ghas-rollout.md b/data/reusables/security/overview-of-phased-approach-for-ghas-rollout.md
deleted file mode 100644
index c3045620c8..0000000000
--- a/data/reusables/security/overview-of-phased-approach-for-ghas-rollout.md
+++ /dev/null
@@ -1,7 +0,0 @@
-We’ve created a phased approach to {% data variables.product.prodname_GH_advanced_security %} (GHAS) rollouts developed from industry and GitHub best practices. You can utilize this approach for your rollout, either in partnership with {% data variables.product.prodname_professional_services %} or independently.
-
-While the phased approach is recommended, adjustments can be made based on the needs of your organization. We also suggest creating and adhering to a timeline for your rollout and implementation. As you begin your planning, we can work together to identify the ideal approach and timeline that works best for your organization.
-
-Based on our experience helping customers with a successful deployment of GHAS, we expect most customers will want to follow their rollout in our suggested phases.
-
-Depending on the needs of your organization, you may need to modify this approach and alter or remove some phases or steps.
diff --git a/data/reusables/shortdesc/authenticating_with_github_apps.md b/data/reusables/shortdesc/authenticating_with_github_apps.md
deleted file mode 100644
index 8e70dfde22..0000000000
--- a/data/reusables/shortdesc/authenticating_with_github_apps.md
+++ /dev/null
@@ -1 +0,0 @@
-You can authenticate as a {% data variables.product.prodname_github_app %} or as an installation.
diff --git a/data/reusables/shortdesc/editing_permissions_for_github_apps.md b/data/reusables/shortdesc/editing_permissions_for_github_apps.md
deleted file mode 100644
index e8c900f1e4..0000000000
--- a/data/reusables/shortdesc/editing_permissions_for_github_apps.md
+++ /dev/null
@@ -1 +0,0 @@
-After registering a GitHub App, you can modify your app's permissions.
diff --git a/data/reusables/shortdesc/iso_8601.md b/data/reusables/shortdesc/iso_8601.md
deleted file mode 100644
index 6f3fbed64c..0000000000
--- a/data/reusables/shortdesc/iso_8601.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
diff --git a/data/reusables/sponsors/change-tier.md b/data/reusables/sponsors/change-tier.md
deleted file mode 100644
index d89e593a0e..0000000000
--- a/data/reusables/sponsors/change-tier.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Under "{% data variables.product.prodname_sponsors %}", next to the sponsored account, click your current tier amount, then click **Change tier**.
diff --git a/data/reusables/sponsors/org-sponsored-choose-updates.md b/data/reusables/sponsors/org-sponsored-choose-updates.md
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/data/reusables/two_fa/recover-account-without-2fa.md b/data/reusables/two_fa/recover-account-without-2fa.md
deleted file mode 100644
index 92f48ed61d..0000000000
--- a/data/reusables/two_fa/recover-account-without-2fa.md
+++ /dev/null
@@ -1 +0,0 @@
-If you have lost access to your two-factor authentication credentials, there are a few different ways to recover your account. For more information, see "[AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials)."
diff --git a/data/reusables/two_fa/username-password.md b/data/reusables/two_fa/username-password.md
deleted file mode 100644
index a6244a7752..0000000000
--- a/data/reusables/two_fa/username-password.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Type your username and password to prompt authentication.
diff --git a/data/reusables/user-settings/automatic_watching_box.md b/data/reusables/user-settings/automatic_watching_box.md
deleted file mode 100644
index def1209fbe..0000000000
--- a/data/reusables/user-settings/automatic_watching_box.md
+++ /dev/null
@@ -1 +0,0 @@
-1. Under "Automatic watching,"
diff --git a/data/reusables/webhooks/authorization_event.md b/data/reusables/webhooks/authorization_event.md
deleted file mode 100644
index 4afc18c3f4..0000000000
--- a/data/reusables/webhooks/authorization_event.md
+++ /dev/null
@@ -1 +0,0 @@
-Anyone can revoke their authorization of a GitHub App from their [GitHub account settings page](https://github.com/settings/apps/authorizations). Revoking the authorization of a GitHub App does not uninstall the GitHub App. You should program your GitHub App so that when it receives this webhook, it stops calling the API on behalf of the person who revoked the token. If your GitHub App continues to use a revoked access token, it will receive the `401 Bad Credentials` error.
diff --git a/data/reusables/webhooks/check_run_short_desc.md b/data/reusables/webhooks/check_run_short_desc.md
deleted file mode 100644
index b39133aa21..0000000000
--- a/data/reusables/webhooks/check_run_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Check run activity has occurred. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/checks#runs)" REST API.
diff --git a/data/reusables/webhooks/check_suite_short_desc.md b/data/reusables/webhooks/check_suite_short_desc.md
deleted file mode 100644
index 532a47487a..0000000000
--- a/data/reusables/webhooks/check_suite_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Check suite activity has occurred. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/checks#suites)" REST API.
diff --git a/data/reusables/webhooks/deployment_short_desc.md b/data/reusables/webhooks/deployment_short_desc.md
deleted file mode 100644
index 798aa9215f..0000000000
--- a/data/reusables/webhooks/deployment_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/deployments/deployments#list-deployments)" REST API.
diff --git a/data/reusables/webhooks/deployment_status_short_desc.md b/data/reusables/webhooks/deployment_status_short_desc.md
deleted file mode 100644
index 3b4c04e4bd..0000000000
--- a/data/reusables/webhooks/deployment_status_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/deployments/deployments)" REST API.
diff --git a/data/reusables/webhooks/label_short_desc.md b/data/reusables/webhooks/label_short_desc.md
deleted file mode 100644
index 357ed1af2a..0000000000
--- a/data/reusables/webhooks/label_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to a label. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/issues#labels)" REST API.
diff --git a/data/reusables/webhooks/membership_short_desc.md b/data/reusables/webhooks/membership_short_desc.md
deleted file mode 100644
index aae3fe2a12..0000000000
--- a/data/reusables/webhooks/membership_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to team membership. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/teams#members)" REST API.
diff --git a/data/reusables/webhooks/milestone_short_desc.md b/data/reusables/webhooks/milestone_short_desc.md
deleted file mode 100644
index 4b84efd6ff..0000000000
--- a/data/reusables/webhooks/milestone_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to milestones. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/issues#milestones)" REST API.
diff --git a/data/reusables/webhooks/org_block_short_desc.md b/data/reusables/webhooks/org_block_short_desc.md
deleted file mode 100644
index d3eda5bba2..0000000000
--- a/data/reusables/webhooks/org_block_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to people being blocked in an organization. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/orgs#blocking)" REST API.
diff --git a/data/reusables/webhooks/organization_short_desc.md b/data/reusables/webhooks/organization_short_desc.md
deleted file mode 100644
index fb93198960..0000000000
--- a/data/reusables/webhooks/organization_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to an organization and its members. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/orgs)" REST API.
diff --git a/data/reusables/webhooks/page_build_short_desc.md b/data/reusables/webhooks/page_build_short_desc.md
deleted file mode 100644
index dda5755d88..0000000000
--- a/data/reusables/webhooks/page_build_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Represents an attempted build of a {% data variables.product.prodname_pages %} site, whether successful or not. A push to a {% data variables.product.prodname_pages %} enabled branch (`gh-pages` for project pages, the default branch for user and organization pages) triggers this event.
diff --git a/data/reusables/webhooks/project_card_short_desc.md b/data/reusables/webhooks/project_card_short_desc.md
deleted file mode 100644
index d27833a2b0..0000000000
--- a/data/reusables/webhooks/project_card_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to cards in a {% data variables.projects.projects_v1_board %}. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/projects#cards)" REST API.
diff --git a/data/reusables/webhooks/project_column_short_desc.md b/data/reusables/webhooks/project_column_short_desc.md
deleted file mode 100644
index 6d06999904..0000000000
--- a/data/reusables/webhooks/project_column_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to columns in a {% data variables.projects.projects_v1_board %}. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/projects#columns)" REST API.
diff --git a/data/reusables/webhooks/project_short_desc.md b/data/reusables/webhooks/project_short_desc.md
deleted file mode 100644
index 958367aafa..0000000000
--- a/data/reusables/webhooks/project_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to {% data variables.projects.projects_v1_boards %}. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/projects)" REST API.
diff --git a/data/reusables/webhooks/repository_short_desc.md b/data/reusables/webhooks/repository_short_desc.md
deleted file mode 100644
index 0172d0ff49..0000000000
--- a/data/reusables/webhooks/repository_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to a repository. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/repos)" REST API.
diff --git a/data/reusables/webhooks/status_short_desc.md b/data/reusables/webhooks/status_short_desc.md
deleted file mode 100644
index 363c1e08b6..0000000000
--- a/data/reusables/webhooks/status_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-When the status of a Git commit changes. For more information, see the "[AUTOTITLE](/rest/commits/statuses)" REST API.
diff --git a/data/reusables/webhooks/team_add_short_desc.md b/data/reusables/webhooks/team_add_short_desc.md
deleted file mode 100644
index f92e0c149c..0000000000
--- a/data/reusables/webhooks/team_add_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-When a [repository is added to a team](/rest/teams/teams#add-or-update-team-repository-permissions).
diff --git a/data/reusables/webhooks/team_short_desc.md b/data/reusables/webhooks/team_short_desc.md
deleted file mode 100644
index 14bc373fa8..0000000000
--- a/data/reusables/webhooks/team_short_desc.md
+++ /dev/null
@@ -1 +0,0 @@
-Activity related to an organization's team. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/teams)" REST API.