v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

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

post/networks/{networkId}/users/batch-delete

Path parameters

networkIdstring required

The ID of the Wickr network from which users will be deleted.

Headers

X-Client-Tokenstring

A unique identifier for this request to ensure idempotency. If you retry a request with the same client token, the service will return the same response without attempting to delete users again.

Request body

userIdsUserId[] required

A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.

Response

Success

messagestring

A message indicating the overall result of the batch deletion operation.