Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsRealmsDeleteOptions

import type { ProjectsLocationsRealmsDeleteOptions } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Additional options for CloudNumberRegistry#projectsLocationsRealmsDelete.

interface ProjectsLocationsRealmsDeleteOptions {
force?: boolean;
requestId?: string;
}

§Properties

§
force?: boolean
[src]

Optional. If set to true, all associated resources will be deleted.

§
requestId?: string
[src]

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.