---
title: "Delete a member from a workspace"
method: DELETE
path: "/workspaces/{workspacePublicId}/members/{memberPublicId}"
tags: ["Workspaces"]
---

# Delete a member from a workspace

`DELETE /workspaces/{workspacePublicId}/members/{memberPublicId}`

Deletes a member from a workspace

## Path parameters

- `workspacePublicId` string, required
- `memberPublicId` string, required

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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