node_integration_delete_integration
Delete a node integration by UUID via the Remnawave panel API; requires confirm:true to execute, otherwise returns a request preview.
Instructions
DELETE /api/node-integrations/{uuid} Delete Node Integration Tags: Node Integrations Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |