Indicates that all records with the given name should be deleted from the zone.
(Name name)
| 179 | * the zone. |
| 180 | */ |
| 181 | public void |
| 182 | delete(Name name) { |
| 183 | newUpdate(Record.newRecord(name, Type.ANY, DClass.ANY, 0)); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Indicates that all records with the given name and type should be deleted |
no test coverage detected