---
title: "POST /networks/{networkId}/users/batch-delete"
method: POST
path: "/networks/{networkId}/users/batch-delete"
---

# POST /networks/{networkId}/users/batch-delete

`POST /networks/{networkId}/users/batch-delete`

Deletes multiple users from a specified Wickr network. This operation permanently removes user accounts and their associated data from the network.

## Path parameters

- `networkId` string, required

## Headers

- `X-Client-Token` string

## Request body

- object
  - `userIds` UserId[], required — A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.

## Response `200`

Success

- BatchDeleteUserResponse
  - `message` string — A message indicating the overall result of the batch deletion operation.
  - `successful` BatchUserSuccessResponseItem[] — A list of user IDs that were successfully deleted from the network.
    - `userId` string, required — The user ID that was successfully processed.
  - `failed` BatchUserErrorResponseItem[] — A list of user deletion attempts that failed, including error details explaining why each user could not be deleted.
    - `field` string — The field that caused the error.
    - `reason` string — A description of why the user operation failed.
    - `userId` string, required — The user ID associated with the failed operation.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
