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

CloudloadingDeleteBookOptions

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

Additional options for Books#cloudloadingDeleteBook.

interface CloudloadingDeleteBookOptions {
volumeId: string;
}

§Properties

§
volumeId: string
[src]

The id of the book to be removed.