Remove the authenticated user from the current organization
members
Remove the authenticated user from the current organization
Self-removal (TRU-206). The calling user leaves the tenant resolved
from their Clerk session. Reachable by every authenticated role
(viewer through owner). If the caller is the sole owner, the request
is rejected with 422 at_least_one_owner_required so the tenant is
never left without an owner. On success, a member.removed audit
log entry is emitted with actor = self, and the caller’s Clerk
organization membership is deleted best-effort.
DELETE
Remove the authenticated user from the current organization