node_plugin_delete_config
Delete a node plugin configuration by UUID from the Remnawave panel; set confirm:true to execute the destructive request and remove it.
Instructions
DELETE /api/node-plugins/{uuid} Delete Node Plugin Tags: Node Plugins Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |