---
title: "管理员批量删除用户"
method: POST
path: "/admin/users/batch-delete"
tags: ["管理员管理"]
---

# 管理员批量删除用户

`POST /admin/users/batch-delete`

管理员批量删除用户

## Request body

- AdminBatchDeleteUsersRequest
  - `userIds` integer[], required

## Response `200`

删除成功

- CommonResponse
  - `code` integer
  - `data` unknown
  - `message` string
  - `msg` string

## Other responses

- `400` — 参数错误
- `500` — 删除失败

---

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