organization_user pivot record but preserves the user record (they may belong to other orgs). The user loses all access to this org's resources. Returns 404 if the user was not found in the organization.view users (route-level permission:view users,api). Policy: remove.curl --location --request DELETE 'https://api-dev.commandroom.ai/api/api/users/42/remove' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"message": "Success."
}