---
title: "Leave organization"
method: DELETE
path: "/api/v1/user/me/leaveOrganization"
tags: ["My Account"]
---

# Leave organization

`DELETE /api/v1/user/me/leaveOrganization`

Remove the current user from their organization. Fails if the caller is
the only admin remaining. The user record is preserved so they can join
another organization later.

## Response `200`

Ok

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
