---
title: "Remove a member from an org"
method: DELETE
path: "/v1/orgs/{org_slug}/members/{user_id}"
tags: ["Organizations"]
---

# Remove a member from an org

`DELETE /v1/orgs/{org_slug}/members/{user_id}`

Removes the user from the org. Requires `admin`.

## Path parameters

- `org_slug` string, required
- `user_id` string, required

## Response `200`

Default Response

- object
  - `ok` boolean

---

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