Skip to main content

Delete multiple users

Enterprise Only

This endpoint is only available in the Enterprise package and requires the authenticated user to be a Super Admin.

Delete multiple users at once. Your own account will be automatically excluded from deletion.

Method: DELETE

URL: https://example.com/<MIXPOST_CORE_PATH>/api/panel/users

Authorization: Bearer <token>

Body:

{
"users": [2, 3, 4]
}
KeyFormatRequiredDescription
usersarrayrequiredArray of user IDs to delete

Response:

{
"success": true
}