diff --git a/UPGRADE.rst b/UPGRADE.rst
index 77be1b2952a6b2606b3b36ae0fea7cd2f5419473..6492fa011f4aabf5c97151df6484fc0b4fbc06d6 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -1,16 +1,3 @@
-Upgrading to v1.20.0
-====================
-
-Shared rooms endpoint (MSC2666)
--------------------------------
-
-This release contains a new unstable endpoint `/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*`
-for fetching rooms one user has in common with another. This feature requires the
-`update_user_directory` config flag to be `True`. If you are you are using a `synapse.app.user_dir`
-worker, requests to this endpoint must be handled by that worker. 
-See `docs/workers.md <docs/workers.md>`_ for more details.
-
-
 Upgrading Synapse
 =================
 
diff --git a/docs/workers.md b/docs/workers.md
index 7a8f5c89fced5f80e0d09b603c5032f86ffd0bf1..bfec745897c2ac19a5e46955c7822a6a6c1c16d9 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -380,7 +380,6 @@ Handles searches in the user directory. It can handle REST endpoints matching
 the following regular expressions:
 
     ^/_matrix/client/(api/v1|r0|unstable)/user_directory/search$
-    ^/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*$
 
 When using this worker you must also set `update_user_directory: False` in the
 shared configuration file to stop the main synapse running background