2.2.4.95 DeleteDnsZonesParameters

The DeleteDnsZonesParameters complex type SHOULD<8> specify the DNS zones to be deleted and their zone type.

 <xs:complexType name="DeleteDnsZonesParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerZoneIds" nillable="true" type="serarr:ArrayOflong" />
         <xs:element minOccurs="0" name="ZoneType" type="ipam:ZoneLookupType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerZoneIds: Specifies the unique identifiers of the server zones to be deleted and the DNS server on which to perform the operation.

ZoneType: Specifies the zone type of the DNS zones to be deleted.