I should be able to remove a member from my Space

(Missing Feature, Closed -> Fixed, Priority: Critical, Test Status: No automated tests yet , Reported By Bad Link: Thing 3y284oe not found, )
Summary: This one's simply an oversight: the UI provides no way to boot someone out of a Space. While no screaming need for it has arisen yet, that will undoubtedly change before long, especially with Shared Links starting to be used more.
The backend work for this is probably pretty straightforward; the effort is mostly UI. I might implement it as a Console function initially, to make it less of a hassle.
This may well want a confirmation before taking effect. That may require enhancement to the Console machinery.
The real question is whether there is a notion of a "booted" Person record. If so, we switch the person to that; otherwise, we need to delete the Person record. (OTOH, given that the Person record is just data, and we now have Undo in principle, deleting the record might be just fine.)