1
0
mirror of synced 2026-01-30 15:01:41 -05:00

Merge pull request #25534 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-05-12 19:33:15 -04:00
committed by GitHub
2 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
title: Deleting a GitHub App
intro: '{% data reusables.shortdesc.deleting_github_apps %}'
intro: 'You can delete {% data variables.product.prodname_github_app %}s that you own if you no longer want to use or maintain the app.'
redirect_from:
- /apps/building-integrations/managing-github-apps/deleting-a-github-app
- /apps/managing-github-apps/deleting-a-github-app
@@ -14,7 +14,22 @@ versions:
topics:
- GitHub Apps
---
{% data reusables.user-settings.access_settings %}
## About deleting {% data variables.product.prodname_github_app %}s
If you own a {% data variables.product.prodname_github_app %} or are an app manager for a {% data variables.product.prodname_github_app %}, you can delete the {% data variables.product.prodname_github_app %}. For more information about {% data variables.product.prodname_github_app %} managers, see "[AUTOTITLE](/apps/maintaining-github-apps/about-github-app-managers)."
When you delete a {% data variables.product.prodname_github_app %}, the app will be uninstalled from all accounts that the app is installed on.
{% note %}
**Note**: If your {% data variables.product.prodname_github_app %} is published on {% data variables.product.prodname_marketplace %}, you must contact {% data variables.product.company_short %} Support and ask them to remove your app from {% data variables.product.prodname_marketplace %} before you can delete your app.
{% endnote %}
## Deleting a {% data variables.product.prodname_github_app %}
{% data reusables.apps.settings-step %}
{% data reusables.user-settings.developer_settings %}
{% data reusables.user-settings.github_apps %}
4. Select the GitHub App you want to delete.

View File

@@ -1 +0,0 @@
You can delete GitHub Apps when you no longer use them.