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

FilesDeleteOptions

import type { FilesDeleteOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Additional options for Drive#filesDelete.

interface FilesDeleteOptions {
enforceSingleParent?: boolean;
supportsAllDrives?: boolean;
supportsTeamDrives?: boolean;
}

§Properties

§
enforceSingleParent?: boolean
[src]

Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.

§
supportsAllDrives?: boolean
[src]

Whether the requesting application supports both My Drives and shared drives.

§
supportsTeamDrives?: boolean
[src]

Deprecated: Use supportsAllDrives instead.