---
title: "Remove a user from an organization"
method: DELETE
path: "/v2/organizations/{org_id}/users/{user_id}"
tags: ["Organizations"]
---

# Remove a user from an organization

`DELETE /v2/organizations/{org_id}/users/{user_id}`

Remove a user from the organization and all its child spaces (membership cascade).

Requires organization admin.

<Note>This endpoint is in beta, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Note>

## Path parameters

- `org_id` string, required — A universally unique identifier (base64-encoded opaque string).
- `user_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `204`

User successfully removed from the organization

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `403` — Insufficient permissions to access this resource
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.dev/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/revisions/c972f4a6595c/schema)
