---
title: "Remove Organization Member"
method: DELETE
path: "/v0/organizations/{organization_id}/members/{user_id}"
tags: ["Organizations"]
---

# Remove Organization Member

`DELETE /v0/organizations/{organization_id}/members/{user_id}`

Remove a member from an organization.

Permission: self-removal OR org:write permission.
- Any member can remove themselves (leave the organization)
- Users with org:write permission can remove other members

Automatically revokes all organization-specific API keys for the member.
Personal API keys are NOT affected.

## Path parameters

- `organization_id` integer, required
- `user_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.dev/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
