From 1bdab9d7632ea6bcdef193948fb329c996257eab Mon Sep 17 00:00:00 2001 From: Amy Burns Date: Wed, 23 Jun 2021 10:43:20 -0400 Subject: [PATCH] adding a note to clarify deletion (#20063) --- .../developing-in-codespaces/deleting-a-codespace.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/codespaces/developing-in-codespaces/deleting-a-codespace.md b/content/codespaces/developing-in-codespaces/deleting-a-codespace.md index 717afb603225..15dc77890c19 100644 --- a/content/codespaces/developing-in-codespaces/deleting-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/deleting-a-codespace.md @@ -18,6 +18,12 @@ topics: {% data reusables.codespaces.concurrent-codespace-limit %} +{% note %} + +**Note:** Only the person who created a codespace can delete it. There is currently no way for organization owners to delete codespaces created within their organization. + +{% endnote %} + 1. Navigate to the repository where you created the codespace. Select **{% octicon "codespaces" aria-label="The codespaces icon" %} Codespaces** and then click {% octicon "gear" aria-label="The Settings gear" %}. This will display all {% data variables.product.prodname_codespaces %} that you have created in the repository. ![Codespaces tab](/assets/images/help/codespaces/codespaces-manage.png)