drop_nat
Delete a NAT record from the database permanently. Provide the record's ID and IP address, and confirm 'true' to remove it—this destructive operation cannot be undone.
Instructions
Удалить запись о NAT из базы данных (nat/drop_nat). ДЕСТРУКТИВНО, служебная операция.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID записи NAT | |
| ip | No | IP-адрес записи | |
| confirm | Yes | Нужно true, чтобы выполнить операцию. |