---
title: "Remove a member from a workspace"
method: DELETE
path: "/v2/workspaces/members"
tags: ["Workspaces"]
---

# Remove a member from a workspace

`DELETE /v2/workspaces/members`

Removes a member from a workspace. Only the workspace owner can call this endpoint.

Rate limited to 5 removals per 30s per user.

## Request body

- object
  - `workspaceId` string, required
  - `memberId` string, required

## Response `200`

Member removed.

- object
  - `status` 'success', required

## Other responses

- `400` — The `workspaceId` or `memberId` is missing, or the workspace write failed.
- `401` — The Authorization header is missing, malformed, or the credentials are not valid.
- `403` — The API key is restricted to a set of resources that does not cover this workspace.
- `413` — The request body is larger than the maximum allowed size (100MB).
- `429` — The endpoint enforces its own rate limit and the caller hit the cooldown.
- `500` — An unexpected error occurred while processing the request.

---

[API](https://skmtc.dev/squarecloud/apis/square-cloud-api.md) · [All operations](https://skmtc.dev/squarecloud/apis/square-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/squarecloud/square-cloud-api/revisions/54b7733a6b95/schema)
