From 8704245e356d136c9e1b02729d37737d73bff759 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Fri, 27 Feb 2026 13:47:39 +0100 Subject: [PATCH 1/2] Document collection offboarding --- docs/getting-started.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index daabfdf3..613f0467 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -132,3 +132,19 @@ If you want to accelerate the process of getting your collection deployed or adj .. note:: Only members of the `mozilla/all-wg` workgroup have read access to this repository. If you are part of the `mozilla` Github organization, you can request your membership via the https://github.com/orgs/mozilla/teams/remote-settings-collections-owners/members team. + + +.. _collection-offboarding: + +Collection Offboarding +---------------------- + +If you want to decommission a collection, please `open a Bugzilla ticket `_. + +Alternatively, if you have access to the `remote-settings-permissions `_ repository, you can fork it and run the following command from its root directory: + +.. code-block:: bash + + ./manage.py deletecollection COLECTION_NAME + +And open a pull-request with the command output as description (See `this example _`). From 4b24e959b7374fd555011ada177decefec5259a7 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Mon, 2 Mar 2026 18:47:49 +0100 Subject: [PATCH 2/2] Add a note for clients data --- docs/getting-started.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 613f0467..63d53797 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -148,3 +148,10 @@ Alternatively, if you have access to the `remote-settings-permissions _`). + +.. note:: + + Deleting a collection is irreversible and will delete all its records and attachments. + + The collection won't be listed in the monitor/changes list, and clients will stop synchronizing it. + However, the clients' local data will remain stored in users' profiles.