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

# Remove Workspace Member

`DELETE /workspaces/{workspace_id}/members/{target_user_id}`

Remove a member from a workspace. Owners and editors may remove members; only owners may remove an owner.

## Path parameters

- `workspace_id` string, required
- `target_user_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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