subscription_template_delete_template
Deletes a subscription template by UUID through the Remnawave API. Requires confirm:true to execute; without it, returns a request preview.
Instructions
DELETE /api/subscription-templates/{uuid} Delete subscription template Tags: Subscription Template Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |