---
title: Leave an organisation
description: "Remove yourself from an organisation, or ask an Owner to remove you, what happens to your access afterwards, and why a sole Owner can't leave."
section: Organisations
order: 30
audience: [owner, admin, member]
status: published
lastVerified: 2026-09-15
sources:
  - src/routes/orgs/members.ts
  - src/workflows/remove-member.ts
  - web/src/components/app/permissions/PeopleList.tsx
  - web/src/components/app/permissions/RemoveMemberDialog.tsx
  - web/src/components/app/AppNav.tsx
---

How you leave depends on your role.

**If you're a Member**, there's no leave button for you in the app, because Members don't see the **People** page. Ask an Owner or Admin of the organisation to remove you.

**If you're an Owner or an Admin**, you can remove yourself:

1. Switch to the organisation you want to leave, and check its name in the switcher.
2. Open **People** and find your own row. It's marked **You**.
3. Select **Remove**, then **Remove member** to confirm.

If you're the only Owner, there's no **Remove** button on your row, and the page says an organisation must keep at least one owner. Make someone else an Owner first: open their roles, tick **Owner**, and select **Save**. Then you can leave.

## What happens

You lose access to that organisation straight away: its buckets, its People and Roles pages if you had them, and any AI clients you'd connected to it. Your account and your other organisations aren't affected.

The organisation keeps its files, connections, and roles. What you did while you were a member stays in its [audit log](/docs/audit/overview/) for the usual 14 days.

There's no undo. To come back, someone has to [invite you again](/docs/access/invite-assign-remove/).
