users_delete_user
Deletes a user from the Remnawave panel by numeric userId. Supports confirm:true to execute; without it, returns a request preview and does not send the deletion.
Instructions
DELETE /api/users/{userId} Delete user Tags: Users Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |