Skip to content

Commit bbe4d65

Browse files
authored
(DOCSP-36534) Adds admonition to delete one endpoint. (#728)
<!-- Add a description of your PR here (optional) --> - [JIRA](https://jira.mongodb.org/browse/DOCSP-45773) - [STAGING](https://deploy-preview-728--docs-ops-manager.netlify.app/reference/api/groups/delete-one-group/) Will backport to v8.0 and v7.0. ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 4e66202 commit bbe4d65

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. important::
2+
3+
Deleting a project removes all the project's artifacts, including
4+
all monitoring data. |mms| no longer displays the project in
5+
selection lists. You can't delete a project that has managed
6+
deployments.
7+
8+
You can delete a project if:
9+
10+
- You have :authrole:`Project Owner` access for the project.
11+
12+
- The project has no backups. To terminate your backups prior to
13+
removing the project, see :ref:`terminate-backup`.

source/reference/api/groups/delete-one-group.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Delete One Project
1010
:depth: 2
1111
:class: singlecol
1212

13+
.. include:: /includes/important-delete-project.rst
14+
1315
.. include:: /includes/fact-groups-projects-synonyms.rst
1416

1517
.. include:: /includes/api/base-api-uri.rst

source/tutorial/manage-projects.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,8 @@ Move One Project from One Organization to Another
7575
Delete One Project
7676
------------------
7777

78-
.. important::
79-
80-
Deleting a project removes all the project's artifacts, including
81-
all monitoring data. |mms| no longer displays the project in
82-
selection lists. You can't delete a project that has managed
83-
deployments.
84-
85-
You can delete a project if:
86-
87-
- You have the :authrole:`Project Owner` access for the project.
8878

89-
- The project has no backups. To terminate your backups prior to
90-
removing the project, see :ref:`terminate-backup`.
79+
.. include:: /includes/important-delete-project.rst
9180

9281
.. include:: /includes/steps/remove-group.rst
9382

0 commit comments

Comments
 (0)