---
title: "删除团队成员"
method: DELETE
path: "/api/v1/teams/users/{user_id}"
tags: ["【Team 管理员】分组成员管理"]
---

# 删除团队成员

`DELETE /api/v1/teams/users/{user_id}`

软删除团队成员或管理员，不删除团队成员关系

## Path parameters

- `user_id` string, required

## Response `200`

成功

- WebResp
  - `code` integer
  - `data` unknown
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

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