---
title: 删除部门人员
description: POST /nd/api/enterprise/remove_dep_mem：删除部门人员 接口说明，包含路径、方法、参数和返回信息。
slug: api-post-nd-api-enterprise-remove-dep-mem
lang: zh
category: 企业 API
category_order: 8
order: 145
api_method: POST
api_path: /nd/api/enterprise/remove_dep_mem
api_label: 删除部门人员
keywords:
  - API
  - 删除部门人员
  - /nd/api/enterprise/remove_dep_mem
---

# 删除部门人员

| 属性 | 值 |
| --- | --- |
| HTTP 方法 | `POST` |
| 接口路径 | `/nd/api/enterprise/remove_dep_mem` |
| 所属分类 | 企业 API |

## 接口说明

接口路径：`/nd/api/enterprise/remove_dep_mem`

HTTP 方法：`POST`


**HTTP 方法：** `POST`

#### POST 请求体参数

参数名 Comment(说明)
department_id 部门 id（必填）string
user_ids[] 人员的 id（必填）string[]
#### 返回字段说明

属性名 类型 说明

## 调用说明

- 调用前需完成 [获取 token](api-post-api-token-do.md) 或相应免登录认证，并在请求 Header 中携带 `Authorization: Bearer <access_token>`。
- 参数和返回字段如因部署版本存在差异，应以实际私有云 API 文档和联调结果为准。
- 所属分类：企业 API。
