DeleteDNSZoneRequest: {
    dnsZone: string;
    projectId?: string;
}

Type declaration

  • dnsZone: string

    DNS zone to delete.

  • OptionalprojectId?: string

    Project ID of the DNS zone to delete.