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

ProjectsLocationsRepositoriesDeleteOptions

import type { ProjectsLocationsRepositoriesDeleteOptions } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

Additional options for SecureSourceManager#projectsLocationsRepositoriesDelete.

interface ProjectsLocationsRepositoriesDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server.