---
title: "Remove Workspace Member"
method: DELETE
path: "/v1/workspaces/{workspace_id}/members/{user_id}"
tags: ["workspaces"]
---

# Remove Workspace Member

`DELETE /v1/workspaces/{workspace_id}/members/{user_id}`

Remove a member from a workspace. Idempotent.

## Path parameters

- `workspace_id` string, uuid, required
- `user_id` string, uuid, required

## Response `200`

Successful Response

- Message — A human-readable acknowledgment for an operation with nothing to return.
  - `message` string, required — What happened.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-19** `5c7aa9820428` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/workspaces/:workspace_id/members/:user_id/delete.md)

---

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