---
title: "Remove Member from Organization"
method: DELETE
path: "/v1/orgs/{orgID}/members/{userID}"
tags: ["Organizations"]
---

# Remove Member from Organization

`DELETE /v1/orgs/{orgID}/members/{userID}`

Removes a user from an organization by removing them from all teams in that organization. Requires Org Admin privileges.

## Path parameters

- `orgID` string, uuid, required — The ID of the organization.
- `userID` string, uuid, required — The ID of the user to remove from the organization.

## Response `204`

User successfully removed from the organization

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
