---
title: "Leave the current organization"
method: POST
path: "/api/v1/user/org/leave"
tags: ["User"]
---

# Leave the current organization

`POST /api/v1/user/org/leave`

Member/admin mutation with no request body. Owners must transfer ownership through the supported process before leaving.

## Headers

- `X-CSRF-Token` string, required

## Response `200`

Organization left

- OkResponse
  - `ok` boolean, required

## Other responses

- `401` — Authentication required (no active session)
- `403` — Invalid CSRF
- `404` — Resource not found
- `409` — Owner cannot leave before transferring ownership
- `503` — Organization service unavailable

---

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