---
title: "Remove Workspace Users"
method: DELETE
path: "/api/workspace/{workspace_ext_id}/users"
tags: ["workspace"]
---

# Remove Workspace Users

`DELETE /api/workspace/{workspace_ext_id}/users`

Remove users from a workspace (bulk operation). Only workspace owners can remove users.
Users can also remove themselves from a workspace.

## Path parameters

- `workspace_ext_id` string, required

## Request body

- RemoveWorkspaceUsersRequest — Request to remove users from a workspace (DELETE /workspace/{id}/users).
  - `users` RemoveWorkspaceUserItem[], required
    - `user_ext_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-17** `b91e4b449d56` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/workspace/:workspace_ext_id/users/delete.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
