config_profile_delete_config_profile_by_uuid
Delete a config profile by UUID via the Remnawave panel API. Provide confirm:true to execute the deletion; without it, you get a request preview.
Instructions
DELETE /api/config-profiles/{uuid} Delete config profile Tags: Config Profiles Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the config profile | |
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |