---
title: "Remove Users Workspaces"
method: DELETE
path: "/v1/admin/workspaces/{workspace_uuid}/remove-users"
tags: ["beta.admin.workspaces"]
---

# Remove Users Workspaces

`DELETE /v1/admin/workspaces/{workspace_uuid}/remove-users`

Remove members from a Workspace.

## Path parameters

- `workspace_uuid` string, uuid, required — Workspace ID.

## Request body

- RemoveWorkspaceMembersIN
  - `members` BaseWorkspaceMemberIN[], required — Workspace members to remove.
    - `user_uuid` string, uuid, required — User ID of the Workspace member.

## Response `200`

OK

- RemoveWorkspaceMembersOUT
  - `deleted_members_count` integer, required — Number of Workspace members removed.
  - `not_deleted_members` string[], nullable — Users that could not be removed.

## Changes

- **2026-07-26** `933c4ebdcd72` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/admin/workspaces/:workspace_uuid/remove-users/delete.md)

---

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