---
title: "Remove a member from the organization"
method: DELETE
path: "/api/v1/user/org/members/{id}"
tags: ["User"]
---

# Remove a member from the organization

`DELETE /api/v1/user/org/members/{id}`

Owner/admin mutation with no request body. Admins may remove members but not owners or other admins.

## Path parameters

- `id` integer, required

## Headers

- `X-CSRF-Token` string, required

## Response `200`

Member removed

- OkResponse
  - `ok` boolean, required

## Other responses

- `400` — Invalid request
- `401` — Authentication required (no active session)
- `403` — Owner/admin permission or CSRF required
- `404` — Resource not found
- `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)
