nodes_delete_node
Delete a Remnawave node by UUID via the panel API. Set confirm:true to execute; otherwise a preview is returned to prevent unintended changes.
Instructions
DELETE /api/nodes/{uuid} Delete a node Tags: Nodes Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |