---
title: "Remove user from organization"
method: DELETE
path: "/users/{userId}"
tags: ["Users"]
---

# Remove user from organization

`DELETE /users/{userId}`

Removes a user from the organization. Cannot remove the last admin.

    Scope: users:write

## Path parameters

- `userId` string, required — Unique identifier of the user.

## Response `204`

User removed successfully

## Other responses

- `400` — Cannot remove last admin
- `401` — Invalid or missing API key
- `404` — User not found
- `500` — Internal Server Error

---

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