Удалить DNS-запись
delete_dns_recordDelete a DNS record from a domain by providing the domain and record ID, with confirmation.
Instructions
Удалить DNS-запись. Требует confirm: true. DELETE /api/v1/domains/{fqdn}/dns-records/{record_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | Yes | Домен | |
| confirm | No | Подтверждение | |
| record_id | Yes | ID записи |