---
title: "DELETE /v1/workspaces/{workspaceId}/members/{userId}"
method: DELETE
path: "/v1/workspaces/{workspaceId}/members/{userId}"
tags: ["Workspaces"]
---

# DELETE /v1/workspaces/{workspaceId}/members/{userId}

`DELETE /v1/workspaces/{workspaceId}/members/{userId}`

Removes a member from a workspace. Cannot remove the last owner.

## Path parameters

- `workspaceId` string, uuid, required
- `userId` string, uuid, required

## Headers

- `Authorization` string

## Response `204`

Default Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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