infra_billing_delete_infra_billing_record
Deletes a specific infrastructure billing history record by UUID. Requires confirm:true to execute; without it, returns a preview instead.
Instructions
DELETE /api/infra-billing/history/{uuid} Delete infra billing history Tags: Infra Billing Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |