After `Space` 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 `Space`.
After a while, I realized that it cause much more pain to NUX that it brings so I archived all but default space.
But in the UI, the `<select/>` still display with one space.
**How to remove this `<select/>` ?**
I guess since space implement [[ https://secure.phabricator.com/diffusion/P/browse/master/src/applications/spaces/storage/PhabricatorSpacesNamespace.php | `PhabricatorDestructibleInterface`]], I can run :
```
lang=bash
./bin/remove destroy PHID-SPCE-xxxxxxxxxxxxxxxxxxxxxx
```
But since there is no conduit for Space, how to guess the phid value ?