---
title: "DELETE /orgs/{org_id}/iam/users"
method: DELETE
path: "/orgs/{org_id}/iam/users"
tags: ["iam"]
---

# DELETE /orgs/{org_id}/iam/users

`DELETE /orgs/{org_id}/iam/users`

Remove one or more members from an organization

## Path parameters

- `org_id` string, required

## Request body

- RemoveOrgUserReqBody
  - `email` string, nullable — Email address of the user to remove from the organization. Merged with `emails` when both are provided.
  - `emails` string[], nullable — Email addresses to remove in one request. When non-empty, batch removal is used and not-found addresses are skipped.

## Response `204`

Member(s) removed successfully

- unknown

## Changes

- **2026-07-03** `e1c81d0f4235` — 4 info
  - added the new optional request property `emails`
  - the request property `email` became nullable
  - the request property `email` became optional
  - added the media type `application/json` for the response with the status `204`
- **2026-06-05** `45de91fcec33` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/iam/users/delete.md)

---

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