After `Spaces` was out of prototype, I activated it on an instance.
The goal was to allow **an user** that **don't care** about **Administrative stuff** to leave the **correspondent project**, masking the task via `Spaces`.
After a while, I realized that it cause much more pain to NUX that it brings so I archived all but default space (S1).
But in the UI, the `<Select Space/>` still display with one space.
**How to remove this `<Select/>` component (ie mask Spaces like bare install). ?**
I guess since space implement [[ https://secure.phabricator.com/diffusion/P/browse/master/src/applications/spaces/storage/PhabricatorSpacesNamespace.php;0449a07f537d1df22ce10cd396d1ba9067c40ac1$8 | `PhabricatorDestructibleInterface`]], I can run :
```
lang=bash
./bin/remove destroy PHID-SPCE-xxxxxxxxxxxxxxxxxxxxxx
```
for all my space and then `Spaces` will be correctly deactivated.
But since there is no conduit for Spaces, how to guess the phid value ?