---
title: "Remove a workspace member"
method: DELETE
path: "/workspaces/{id}/members"
tags: ["workspace.members"]
---

# Remove a workspace member

`DELETE /workspaces/{id}/members`

Removes a workspace member from a workspace.

## Path parameters

- `id` string, cuid, required — The ID of the item

## Headers

- `x-client-id` string, cuid, required — The ID of the client

## Request body

- WorkspaceMemberRemove
  - `userId` string, cuid, required — Identifier of the user that should be removed from the workspace.

## Response `200`

Workspace member removed successfully

- DeleteResponse
  - `object` string, required — The type of the deleted object
  - `deleted` boolean, required — Whether the object was deleted
  - `id` string, cuid, required — The ID of the deleted object

## Other responses

- `401` — Unauthorized
- `422` — Invalid id error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/steuerboard/apis/steuerboard-api.md) · [All operations](https://skmtc.net/steuerboard/apis/steuerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steuerboard/steuerboard-api/versions/9170dd572b31/schema)
