delete_dns_record
Remove a DNS record from a zone by specifying the zone, record name, and type. Confirmation is required to complete this destructive action, preventing accidental deletion.
Instructions
Удалить DNS-запись из зоны (pdns/delete_dns). ДЕСТРУКТИВНО. Требует права pdns/edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Имя записи | |
| type | Yes | Тип записи | |
| zone | Yes | Имя зоны | |
| confirm | Yes | Нужно true, чтобы выполнить операцию. |