@nebius/js-sdk - v0.2.22
    Preparing search index...

    Interface DeleteZoneRequest

    interface DeleteZoneRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.DeleteZoneRequest";
        id: string;
        resourceVersion: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.DeleteZoneRequest"
    id: string

    ID of the DNS zone to delete

    resourceVersion: Long

    Optional: expected DNS zone version (metadata.resource_version)

    • If specified, ensures that only the requested version is deleted (and a FAILED_PRECONDITION error is returned on version mismatch)
    • If not specified or set to 0, the latest version will be deleted